From d7fcf63504425a73f74f3d1d2f5ba68533280ff4 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 12 Aug 2013 10:40:44 +0200 Subject: apalis/colibri_t20/30: rename shell prompt In order to be able to distinguish what hardware one is running on change the U-Boot shell prompt to something more meaningful. --- include/configs/apalis_t30.h | 3 +-- include/configs/colibri_t20.h | 3 +-- include/configs/colibri_t30.h | 3 +-- 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 */ -- cgit v1.2.3