summaryrefslogtreecommitdiff
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
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.
-rw-r--r--include/configs/apalis_t30.h3
-rw-r--r--include/configs/colibri_t20.h3
-rw-r--r--include/configs/colibri_t30.h3
3 files changed, 3 insertions, 6 deletions
diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h
index 73fc4f2c23..cbf9591fc6 100644
--- a/include/configs/apalis_t30.h
+++ b/include/configs/apalis_t30.h
@@ -30,8 +30,7 @@
#define CONFIG_APALIS_T30 /* Toradex Apalis T30 module */
/* High-level configuration options */
-#define TEGRA3_SYSMEM "mem=2036M@2048M vmalloc=256M"
-#define V_PROMPT "Tegra3 # "
+#define V_PROMPT "Apalis T30 # "
#include "tegra3-common.h"
/* undef the enviroment settings in tegra3-common.h / tegra-common.h */
diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h
index ea2e5220e6..c333431aa4 100644
--- a/include/configs/colibri_t20.h
+++ b/include/configs/colibri_t20.h
@@ -32,8 +32,7 @@
//#define CONFIG_TEGRA2_LP0
/* High-level configuration options */
-#define TEGRA2_SYSMEM "mem=256M@0M"
-#define V_PROMPT "Tegra2 # "
+#define V_PROMPT "Colibri T20 # "
#define CONFIG_OF_UPDATE_FDT_BEFORE_BOOT 1
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 */