diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx53_ard.h | 10 | ||||
-rw-r--r-- | include/configs/mx53_evk.h | 10 | ||||
-rw-r--r-- | include/configs/mx53_evk_android.h | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/include/configs/mx53_ard.h b/include/configs/mx53_ard.h index 17a1ba3..dfff7ad 100644 --- a/include/configs/mx53_ard.h +++ b/include/configs/mx53_ard.h @@ -93,6 +93,16 @@ #define CONFIG_BOOTP_SUBNETMASK #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_DNS + +/* Enable below configure when supporting nand */ +#define CONFIG_CMD_NAND +#define CONFIG_MXC_NAND +/* NAND FLASH driver setup */ +#define NAND_MAX_CHIPS 8 +#define CONFIG_SYS_MAX_NAND_DEVICE 1 +#define CONFIG_SYS_NAND_BASE 0x40000000 +#define CONFIG_NAND_FW_16BIT 0 /* 1: 16bit 0: 8bit */ + #define CONFIG_CMD_IIM #define CONFIG_CMD_MMC #define CONFIG_CMD_ENV diff --git a/include/configs/mx53_evk.h b/include/configs/mx53_evk.h index da0ac7f..8b9a1df 100644 --- a/include/configs/mx53_evk.h +++ b/include/configs/mx53_evk.h @@ -93,6 +93,16 @@ #define CONFIG_BOOTP_SUBNETMASK #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_DNS + +/* Enable below configure when supporting nand */ +#define CONFIG_CMD_NAND +#define CONFIG_MXC_NAND +/* NAND FLASH driver setup */ +#define NAND_MAX_CHIPS 8 +#define CONFIG_SYS_MAX_NAND_DEVICE 1 +#define CONFIG_SYS_NAND_BASE 0x40000000 +#define CONFIG_NAND_FW_16BIT 0 /* 1: 16bit 0: 8bit */ + #define CONFIG_CMD_IIM #define CONFIG_CMD_MMC #define CONFIG_CMD_ENV diff --git a/include/configs/mx53_evk_android.h b/include/configs/mx53_evk_android.h index d97a186..1dc2818 100644 --- a/include/configs/mx53_evk_android.h +++ b/include/configs/mx53_evk_android.h @@ -110,6 +110,16 @@ #define CONFIG_BOOTP_SUBNETMASK #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_DNS + +/* Enable below configure when supporting nand */ +#define CONFIG_CMD_NAND +#define CONFIG_MXC_NAND +/* NAND FLASH driver setup */ +#define NAND_MAX_CHIPS 8 +#define CONFIG_SYS_MAX_NAND_DEVICE 1 +#define CONFIG_SYS_NAND_BASE 0x40000000 +#define CONFIG_NAND_FW_16BIT 0 /* 1: 16bit 0: 8bit */ + #define CONFIG_CMD_IIM #define CONFIG_CMD_MMC #define CONFIG_CMD_ENV |