From feca871a16ac0b8eed05f06ec0ca467fb469ab27 Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Fri, 23 Oct 2009 19:57:09 +0800 Subject: ENGR00117616: PATA support in u-boot. PATA support in u-boot. Signed-off-by: Terry Lv --- include/configs/mx51_3stack.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'include/configs') diff --git a/include/configs/mx51_3stack.h b/include/configs/mx51_3stack.h index bd2d27b..2714857 100644 --- a/include/configs/mx51_3stack.h +++ b/include/configs/mx51_3stack.h @@ -83,8 +83,10 @@ #define CONFIG_CMD_PING #define CONFIG_CMD_DHCP /* Enable below configure when supporting nand */ +/* #define CONFIG_CMD_NAND #define CONFIG_MXC_NAND +*/ #define CONFIG_CMD_ENV #define CMD_SAVEENV #undef CONFIG_CMD_IMLS @@ -115,6 +117,17 @@ #define CONFIG_SYS_I2C_SPEED 400000 #define CONFIG_SYS_I2C_SLAVE 0xfe +/* + * PATA Configs + */ +#define CONFIG_CMD_PATA +#define CONFIG_CMD_EXT2 +#define CONFIG_MXC_ATA +#define CONFIG_LIBATA +#define CONFIG_LBA48 +#define CONFIG_SYS_ATA_MAX_DEVICE 1 +#define CONFIG_SYS_ATA_BASE_ADDR ATA_BASE_ADDR + #define CONFIG_BOOTDELAY 3 #define CONFIG_LOADADDR 0x90800000 /* loadaddr env var */ @@ -210,6 +223,7 @@ /* Monitor at beginning of flash */ #define CONFIG_FSL_ENV_IN_NAND /* #define CONFIG_FSL_ENV_IN_NAND */ +/* #define CONFIG_FSL_ENV_IN_MMC */ #define CONFIG_ENV_SECT_SIZE (128 * 1024) #define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE -- cgit v1.1