diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-08-12 10:40:44 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-08-12 10:40:44 +0200 |
commit | d7fcf63504425a73f74f3d1d2f5ba68533280ff4 (patch) | |
tree | 4ccb391d862c01354de29d7f61d8f2f1dc8f1181 /include/configs/colibri_t30.h | |
parent | d63f3c73a767b82ba1e28c30a46a1e88616ed66e (diff) |
apalis/colibri_t20/30: rename shell promptT30_LinuxImageV2.0Beta3_20130820Apalis_T30_LinuxImageV2.0Beta2_20130816
In order to be able to distinguish what hardware one is running on
change the U-Boot shell prompt to something more meaningful.
Diffstat (limited to 'include/configs/colibri_t30.h')
-rw-r--r-- | include/configs/colibri_t30.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h index f8246448a18..298c15cd117 100644 --- a/include/configs/colibri_t30.h +++ b/include/configs/colibri_t30.h @@ -30,8 +30,7 @@ #define CONFIG_COLIBRI_T30 /* Toradex Colibri T30 module */ /* High-level configuration options */ -#define TEGRA3_SYSMEM "mem=1023M@2048M vmalloc=128M" -#define V_PROMPT "Tegra3 # " +#define V_PROMPT "Colibri T30 # " #include "tegra3-common.h" /* undef the enviroment settings in tegra3-common.h / tegra-common.h */ |