]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: omap5_uevm: Correct the console sys prompt for 5432
authorDan Murphy <dmurphy@ti.com>
Thu, 6 Jun 2013 21:30:38 +0000 (16:30 -0500)
committerTom Rini <trini@ti.com>
Tue, 18 Jun 2013 14:43:29 +0000 (10:43 -0400)
Correct the console sys prompt to display the correct processor
and the corrent board

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Reported-by: Lubomir Popov <lpopov@mm-sol.com>
Reviewed-by: Tom Rini <trini@ti.com>
include/configs/omap5_uevm.h

index dea05bc911cf6970ebd8197921e72625dbed0f37..e792b1b5c70ca3304a586508ab950e61326a7cee 100644 (file)
@@ -53,7 +53,7 @@
 #define CONFIG_PARTITION_UUIDS
 #define CONFIG_CMD_PART
 
-#define CONFIG_SYS_PROMPT              "OMAP543EVM # "
+#define CONFIG_SYS_PROMPT              "OMAP5432 uEVM # "
 
 #define CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC       16296
 #endif /* __CONFIG_OMAP5_EVM_H */