diff options
author | Fabio Estevam | 2013-11-01 08:12:24 -0200 |
---|---|---|
committer | Stefano Babic | 2013-11-13 10:09:09 +0100 |
commit | 85164e0c54f4beaee592f9d25d3f1ed61995bf0f (patch) | |
tree | c57e828eb57c0af71ece267b8c37fabf52726170 /include/configs/mx6qarm2.h | |
parent | 56eb3da43fab5990a4b7bc118b76c7cae2ceb140 (diff) |
configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards
There is no real benefit in adding the board name into U-boot's prompt, so
remove the custom CONFIG_SYS_PROMPT definitions so that the standard "=> "
prompt is used across FSL boards.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx6qarm2.h')
-rw-r--r-- | include/configs/mx6qarm2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index 2f91a6c1d63..f0a82d194c9 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -114,7 +114,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP #define CONFIG_SYS_HUSH_PARSER -#define CONFIG_SYS_PROMPT "MX6QARM2 U-Boot > " #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 256 |