summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-03-26 22:21:48 +0100
committerWolfgang Denk <wd@denx.de>2009-03-26 22:21:48 +0100
commit99a4ffe202d8bc1d3c4faff9b8258b686ef656ca (patch)
tree95efc845e9f0632af352711cc475ff426f6f17b9 /include/configs
parente2b66fe453a3679f807b37fc5923d89214302764 (diff)
parent0c6926736effbb9a19047949b7e9b3e8feab7c46 (diff)
downloadblackbird-obmc-uboot-99a4ffe202d8bc1d3c4faff9b8258b686ef656ca.tar.gz
blackbird-obmc-uboot-99a4ffe202d8bc1d3c4faff9b8258b686ef656ca.zip
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/omap3_beagle.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 90576060e4..0f9344b0c4 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -98,6 +98,11 @@
#define CONFIG_CMD_EXT2 /* EXT2 Support */
#define CONFIG_CMD_FAT /* FAT 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_MMC /* MMC support */
OpenPOWER on IntegriCloud