summaryrefslogtreecommitdiff
path: root/include/configs/colibri_t30.h
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-08-12 10:40:44 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-08-12 10:40:44 +0200
commitd7fcf63504425a73f74f3d1d2f5ba68533280ff4 (patch)
tree4ccb391d862c01354de29d7f61d8f2f1dc8f1181 /include/configs/colibri_t30.h
parentd63f3c73a767b82ba1e28c30a46a1e88616ed66e (diff)
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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h
index f8246448a1..298c15cd11 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 */