From 917cfc70c18b74fa8a80189bdce8395199fa8360 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Wed, 25 Mar 2009 22:13:56 +0100 Subject: [PATCH 1/2] OMAP3:Beagle: Enable mtdparts http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts provides a flexible way to create and maintain u-boot mtd partitions. This allows commands such as "nand erase fs" to work and the user no longer needs to decode the absolute nand offsets. This patch enables this function for beagleboard Signed-off-by: Nishanth Menon Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- include/configs/omap3_beagle.h | 5 +++++ 1 file changed, 5 insertions(+) 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 */ From 0c6926736effbb9a19047949b7e9b3e8feab7c46 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Wed, 25 Mar 2009 11:36:50 +0100 Subject: [PATCH 2/2] ARM: Add the imx31_phycore_eet board to MAKEALL Signed-off-by: Guennadi Liakhovetski --- MAKEALL | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/MAKEALL b/MAKEALL index 32d95db276..a0772851fc 100755 --- a/MAKEALL +++ b/MAKEALL @@ -539,15 +539,16 @@ LIST_ARM10=" \ ######################################################################### ## ARM11 Systems ######################################################################### -LIST_ARM11=" \ - cp1136 \ - omap2420h4 \ - apollon \ - imx31_litekit \ - imx31_phycore \ - mx31ads \ - qong \ - smdk6400 \ +LIST_ARM11=" \ + cp1136 \ + omap2420h4 \ + apollon \ + imx31_litekit \ + imx31_phycore \ + imx31_phycore_eet \ + mx31ads \ + qong \ + smdk6400 \ " #########################################################################