Skip to content
Snippets Groups Projects
Commit 99a4ffe2 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Merge branch 'master' of git://git.denx.de/u-boot-arm

parents e2b66fe4 0c692673
No related branches found
No related tags found
No related merge requests found
...@@ -539,15 +539,16 @@ LIST_ARM10=" \ ...@@ -539,15 +539,16 @@ LIST_ARM10=" \
######################################################################### #########################################################################
## ARM11 Systems ## ARM11 Systems
######################################################################### #########################################################################
LIST_ARM11=" \ LIST_ARM11=" \
cp1136 \ cp1136 \
omap2420h4 \ omap2420h4 \
apollon \ apollon \
imx31_litekit \ imx31_litekit \
imx31_phycore \ imx31_phycore \
mx31ads \ imx31_phycore_eet \
qong \ mx31ads \
smdk6400 \ qong \
smdk6400 \
" "
######################################################################### #########################################################################
......
...@@ -98,6 +98,11 @@ ...@@ -98,6 +98,11 @@
#define CONFIG_CMD_EXT2 /* EXT2 Support */ #define CONFIG_CMD_EXT2 /* EXT2 Support */
#define CONFIG_CMD_FAT /* FAT support */ #define CONFIG_CMD_FAT /* FAT support */
#define CONFIG_CMD_JFFS2 /* JFFS2 Support */ #define CONFIG_CMD_JFFS2 /* JFFS2 Support */
#define CONFIG_CMD_MTDPARTS /* Enable MTD parts commands */
#define MTDIDS_DEFAULT "nand0=nand"
#define MTDPARTS_DEFAULT "mtdparts=nand:512k(x-loader),"\
"1920k(u-boot),128k(u-boot-env),"\
"4m(kernel),-(fs)"
#define CONFIG_CMD_I2C /* I2C serial bus support */ #define CONFIG_CMD_I2C /* I2C serial bus support */
#define CONFIG_CMD_MMC /* MMC support */ #define CONFIG_CMD_MMC /* MMC support */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment