From: Dan Murphy Date: Thu, 6 Jun 2013 21:30:38 +0000 (-0500) Subject: arm: omap5_uevm: Correct the console sys prompt for 5432 X-Git-Tag: v2013.07-rc2~60^2~9^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3de7c28c29f4fae7de95a189afed13dfe6b6e9ac;p=u-boot arm: omap5_uevm: Correct the console sys prompt for 5432 Correct the console sys prompt to display the correct processor and the corrent board Signed-off-by: Dan Murphy Reported-by: Lubomir Popov Reviewed-by: Tom Rini --- diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index dea05bc911..e792b1b5c7 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -53,7 +53,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 */