From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Murphy Date: Thu, 6 Jun 2013 16:30:38 -0500 Subject: [U-Boot] [PATCH] arm: omap5_uevm: Correct the console sys prompt for 5432 Message-ID: <1370554238-14670-1-git-send-email-dmurphy@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Correct the console sys prompt to display the correct processor and the corrent board Signed-off-by: Dan Murphy Reported-by: Lubomir Popov --- include/configs/omap5_uevm.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 9e0339b..a333c79 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -54,7 +54,7 @@ #define CONFIG_PARTITION_UUIDS #define CONFIG_CMD_PART -#define CONFIG_SYS_PROMPT "OMAP5430 EVM # " +#define CONFIG_SYS_PROMPT "OMAP5432 uEVM # " #define CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC 16296 #endif /* __CONFIG_OMAP5_EVM_H */ -- 1.7.5.4