diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2015-03-26 01:31:54 +0100 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-03-30 10:04:43 -0700 |
commit | e57c6e5b50d330516e30f61b824613d551316086 (patch) | |
tree | bf397ce8bf430ae712069a958e89f4c398b16db5 /include/configs | |
parent | d1db97aaa43d6ae5e1e790e872f79d36d8809660 (diff) | |
download | u-boot-imx-e57c6e5b50d330516e30f61b824613d551316086.zip u-boot-imx-e57c6e5b50d330516e30f61b824613d551316086.tar.gz u-boot-imx-e57c6e5b50d330516e30f61b824613d551316086.tar.bz2 |
ARM: tegra: rename colibri_t20 board/configuration/device-tree
In accordance with our other modules supported by U-Boot and as agreed
upon for Apalis/Colibri T30 get rid of the carrier board in the board/
configuration/device-tree naming.
While at it also bring the prompt more in line with our other products.
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/colibri_t20.h (renamed from include/configs/colibri_t20_iris.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/colibri_t20_iris.h b/include/configs/colibri_t20.h index 4888c94..e80e9ed 100644 --- a/include/configs/colibri_t20_iris.h +++ b/include/configs/colibri_t20.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Lucas Stach + * Copyright (C) 2012 Lucas Stach * * SPDX-License-Identifier: GPL-2.0+ */ @@ -10,8 +10,8 @@ #include "tegra20-common.h" /* High-level configuration options */ -#define V_PROMPT "Tegra20 (Colibri) # " -#define CONFIG_TEGRA_BOARD_STRING "Toradex Colibri T20 on Iris" +#define V_PROMPT "Colibri T20 # " +#define CONFIG_TEGRA_BOARD_STRING "Toradex Colibri T20" /* Board-specific serial config */ #define CONFIG_TEGRA_ENABLE_UARTA |