diff options
author | Jason Liu <r64343@freescale.com> | 2012-12-27 15:38:26 +0800 |
---|---|---|
committer | Richard Liu <r66033@freescale.com> | 2013-03-21 10:03:17 +0800 |
commit | d08f89b72e8fa1da798de4b0b33b2f411b85451b (patch) | |
tree | d6e6a6f3dbf9d894815072eeef54044e9d648e64 | |
parent | a8f120062c185d9a30a6eaee92c3422cf82c10b8 (diff) | |
download | u-boot-imx-d08f89b72e8fa1da798de4b0b33b2f411b85451b.zip u-boot-imx-d08f89b72e8fa1da798de4b0b33b2f411b85451b.tar.gz u-boot-imx-d08f89b72e8fa1da798de4b0b33b2f411b85451b.tar.bz2 |
ENGR00238371: mx6solo: sabresd: make system prompt indicate solo config
make system prompt indicate solo config when using mx6solo_sabresd:
"MX6Solo SABRESD U-Boot > "
Signed-off-by: Jason Liu <r64343@freescale.com>
-rw-r--r-- | include/configs/mx6solo_sabresd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx6solo_sabresd.h b/include/configs/mx6solo_sabresd.h index ea94ae3..1963615 100644 --- a/include/configs/mx6solo_sabresd.h +++ b/include/configs/mx6solo_sabresd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Freescale Semiconductor, Inc. + * Copyright (C) 2012-2013 Freescale Semiconductor, Inc. * * Configuration settings for the MX6DL SabreSD Freescale board. * The board is configured with SOLO and 32-bit DDR bus-width. @@ -141,7 +141,7 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "MX6SDL SABRESD U-Boot > " +#define CONFIG_SYS_PROMPT "MX6Solo SABRESD U-Boot > " #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ /* Print Buffer Size */ |