From 5b752a1e0528aa29f5bd4cde0905c8b604c56255 Mon Sep 17 00:00:00 2001 From: John Rigby Date: Thu, 27 Sep 2012 13:46:45 -0600 Subject: LINARO: enable u-boot API For supported boards where it works without causing build failures Signed-off-by: John Rigby --- include/configs/efikamx.h | 2 ++ include/configs/highbank.h | 2 ++ include/configs/mx51evk.h | 2 ++ include/configs/mx53ard.h | 2 ++ include/configs/mx53loco.h | 2 ++ include/configs/mx6qarm2.h | 2 ++ include/configs/mx6qsabrelite.h | 2 ++ include/configs/omap3_beagle.h | 2 ++ include/configs/omap3_overo.h | 2 ++ include/configs/omap4_panda.h | 3 +++ include/configs/smdk5250.h | 2 ++ include/configs/vexpress_ca5x2.h | 2 +- include/configs/vexpress_ca9x4.h | 2 +- include/configs/vexpress_common.h | 3 +++ 14 files changed, 28 insertions(+), 2 deletions(-) diff --git a/include/configs/efikamx.h b/include/configs/efikamx.h index 143b0f01f..476fee9c2 100644 --- a/include/configs/efikamx.h +++ b/include/configs/efikamx.h @@ -25,6 +25,8 @@ #define __CONFIG_H #include +#define CONFIG_API +#define CONFIG_SYS_MMC_MAX_DEVICE 2 /* * High Level Board Configuration Options diff --git a/include/configs/highbank.h b/include/configs/highbank.h index bb06671f6..00c62f588 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -66,6 +66,8 @@ * Command line configuration. */ #include +#define CONFIG_API +#define CONFIG_SYS_MMC_MAX_DEVICE 2 #define CONFIG_CMD_BDI #define CONFIG_CMD_DHCP diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 6af5ed7fe..34ecb6109 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -145,6 +145,8 @@ ***********************************************************/ #include +#define CONFIG_API +#define CONFIG_SYS_MMC_MAX_DEVICE 2 #undef CONFIG_CMD_IMLS diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h index 0a928afc8..bdbf85390 100644 --- a/include/configs/mx53ard.h +++ b/include/configs/mx53ard.h @@ -81,6 +81,8 @@ /* Command definition */ #include +#define CONFIG_API +#define CONFIG_SYS_MMC_MAX_DEVICE 2 #undef CONFIG_CMD_IMLS diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 2d2396a83..c2ff34eda 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -122,6 +122,8 @@ /* Command definition */ #include +#define CONFIG_API +#define CONFIG_SYS_MMC_MAX_DEVICE 2 #undef CONFIG_CMD_IMLS diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index a9c1b1545..8aed2b25a 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -72,6 +72,8 @@ /* Command definition */ #include +#define CONFIG_API +#define CONFIG_SYS_MMC_MAX_DEVICE 2 #undef CONFIG_CMD_IMLS diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index fbd10d670..56f51857c 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -125,6 +125,8 @@ /* Command definition */ #include +#define CONFIG_API +#define CONFIG_SYS_MMC_MAX_DEVICE 2 #undef CONFIG_CMD_IMLS diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 75f6dd960..c8bafa9b0 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -159,6 +159,8 @@ /* commands to include */ #include +#define CONFIG_API +#define CONFIG_SYS_MMC_MAX_DEVICE 2 #define CONFIG_CMD_ASKENV diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index d29b3266c..15a865363 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -91,6 +91,8 @@ /* commands to include */ #include +#define CONFIG_API +#define CONFIG_SYS_MMC_MAX_DEVICE 2 #define CONFIG_CMD_CACHE #define CONFIG_CMD_EXT2 /* EXT2 Support */ diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index a7e1b24e2..0535f44d5 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -73,6 +73,9 @@ #include #define CONFIG_CMD_NET +#define CONFIG_API +#define CONFIG_SYS_MMC_MAX_DEVICE 2 + /* GPIO */ #define CONFIG_CMD_GPIO diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index d612d26c2..fce263c8d 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -90,6 +90,8 @@ /* Command definition*/ #include +#define CONFIG_API +#define CONFIG_SYS_MMC_MAX_DEVICE 2 #define CONFIG_CMD_PING #define CONFIG_CMD_ELF diff --git a/include/configs/vexpress_ca5x2.h b/include/configs/vexpress_ca5x2.h index 599853075..aa60d0d4d 100644 --- a/include/configs/vexpress_ca5x2.h +++ b/include/configs/vexpress_ca5x2.h @@ -31,4 +31,4 @@ #include "vexpress_common.h" #define CONFIG_BOOTP_VCI_STRING "U-boot.armv7.vexpress_ca5x2" -#endif // __VEXPRESS_CA5X2_h +#endif diff --git a/include/configs/vexpress_ca9x4.h b/include/configs/vexpress_ca9x4.h index f8066a28d..f30e9270d 100644 --- a/include/configs/vexpress_ca9x4.h +++ b/include/configs/vexpress_ca9x4.h @@ -31,4 +31,4 @@ #include "vexpress_common.h" #define CONFIG_BOOTP_VCI_STRING "U-boot.armv7.vexpress_ca9x4" -#endif // VEXPRESS_CA9X4_H +#endif diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index 254c2308f..88a2c95f7 100644 --- a/include/configs/vexpress_common.h +++ b/include/configs/vexpress_common.h @@ -188,6 +188,9 @@ #define CONFIG_ARM_PL180_MMCI_BASE V2M_MMCI #define CONFIG_SYS_MMC_MAX_BLK_COUNT 127 #define CONFIG_ARM_PL180_MMCI_CLOCK_FREQ 6250000 +#define CONFIG_API +#define CONFIG_SYS_MMC_MAX_DEVICE 2 +#define CONFIG_NET_MULTI /* BOOTP options */ #define CONFIG_BOOTP_BOOTFILESIZE -- cgit v1.2.3