diff options
author | Stefano Babic <sbabic@denx.de> | 2013-11-01 08:33:08 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-11-04 09:53:26 +0100 |
commit | 195d130da1c2705f96571b7265312bdfa8a83fee (patch) | |
tree | 7c8166bc3cdc482bac7b04755e4c6fe1048283db /include/configs/mx6sabre_common.h | |
parent | 178b8e15ade96c7bd59b9704b91ca51d27c391cd (diff) |
Revert "configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards"
This reverts commit 178b8e15ade96c7bd59b9704b91ca51d27c391cd.
Patch was merged too fast, without checking that another patch
is fixing the reported issue globally - reverted.
Signed-off--by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/mx6sabre_common.h')
-rw-r--r-- | include/configs/mx6sabre_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index b0bb02ce8d..bf6113b2aa 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -171,7 +171,7 @@ #define CONFIG_SYS_LONGHELP #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " -#define CONFIG_SYS_PROMPT "=> " +#define CONFIG_SYS_PROMPT "U-Boot > " #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 256 |