diff options
author | Terry Lv <r65388@freescale.com> | 2010-11-04 22:20:06 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2010-11-18 18:30:59 +0800 |
commit | 3a13770bd01f785ce7e587c398c47436b6fa703f (patch) | |
tree | b2878101d171e3444525652783ad35ebc14cf2f2 /include/configs/mx50_arm2.h | |
parent | e8c198f66e017cd2adf8757ec7c5deee2766d2a4 (diff) | |
download | u-boot-imx-3a13770bd01f785ce7e587c398c47436b6fa703f.zip u-boot-imx-3a13770bd01f785ce7e587c398c47436b6fa703f.tar.gz u-boot-imx-3a13770bd01f785ce7e587c398c47436b6fa703f.tar.bz2 |
ENGR00133124: Add nand support for mx50 rdp
Add nand support for mx50 rdp.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/configs/mx50_arm2.h')
-rw-r--r-- | include/configs/mx50_arm2.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/configs/mx50_arm2.h b/include/configs/mx50_arm2.h index 421740c..8dfbb3f 100644 --- a/include/configs/mx50_arm2.h +++ b/include/configs/mx50_arm2.h @@ -133,7 +133,7 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "ARM2 U-Boot > " +#define CONFIG_SYS_PROMPT "MX50_ARM2 U-Boot > " #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ /* Print Buffer Size */ @@ -246,7 +246,6 @@ /* Indicate to esdhc driver which ports support 8-bit data */ #define CONFIG_MMC_8BIT_PORTS 0x6 /* ports 1 and 2 */ - #endif /* @@ -265,8 +264,6 @@ #define NAND_MAX_CHIPS 8 #define CONFIG_SYS_NAND_BASE 0x40000000 #define CONFIG_SYS_MAX_NAND_DEVICE 1 - - #endif /* |