diff options
Diffstat (limited to 'include')
-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 |