diff options
author | Jason Liu <r64343@freescale.com> | 2013-07-10 10:19:32 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-07-10 10:35:52 +0800 |
commit | c9b49bf8b7c64e628ce2625272e4deb65b8c8720 (patch) | |
tree | 618d71301c91aceed10eef707c90b8d6394e6d88 /include/configs/mx6dl_sabreauto_spi-nor.h | |
parent | 5c1494a480e511620a0fc72c9d887551abde6515 (diff) | |
download | u-boot-imx-c9b49bf8b7c64e628ce2625272e4deb65b8c8720.zip u-boot-imx-c9b49bf8b7c64e628ce2625272e4deb65b8c8720.tar.gz u-boot-imx-c9b49bf8b7c64e628ce2625272e4deb65b8c8720.tar.bz2 |
ENGR00255779 mx6dl/sabreauto: change the u-boot prompt from SOLO to DL
change the mx6dl/sabreauto u-boot prompt from SOLO to DL for better indication
Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/configs/mx6dl_sabreauto_spi-nor.h')
-rw-r--r-- | include/configs/mx6dl_sabreauto_spi-nor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx6dl_sabreauto_spi-nor.h b/include/configs/mx6dl_sabreauto_spi-nor.h index f6cb520..aadd150 100644 --- a/include/configs/mx6dl_sabreauto_spi-nor.h +++ b/include/configs/mx6dl_sabreauto_spi-nor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Freescale Semiconductor, Inc. + * Copyright (C) 2012-2013 Freescale Semiconductor, Inc. * * Configuration settings for the MX6Solo SABRE-AI Freescale board. * @@ -146,7 +146,7 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "MX6SOLO SABREAUTO U-Boot > " +#define CONFIG_SYS_PROMPT "MX6DL SABREAUTO U-Boot > " #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ /* Print Buffer Size */ |