]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
TI: armv7: enable UUID and PART
authorNishanth Menon <nm@ti.com>
Thu, 18 Dec 2014 20:32:14 +0000 (14:32 -0600)
committerTom Rini <trini@ti.com>
Mon, 5 Jan 2015 20:13:45 +0000 (15:13 -0500)
Enable UUID and partition support for scripted handling platforms with
MMC and eMMC and varied partitioning schemes

And remove it from headers that end up redefining it.

Signed-off-by: Nishanth Menon <nm@ti.com>
include/configs/am335x_evm.h
include/configs/am43xx_evm.h
include/configs/beagle_x15.h
include/configs/dra7xx_evm.h
include/configs/omap5_uevm.h
include/configs/ti_armv7_common.h

index 560e3bf7755d55d37c1e5e9fb5de162568d9cc9f..000475051812a2846bfd8b0625945cabfd315168 100644 (file)
@@ -47,8 +47,6 @@
 /* Enhance our eMMC support / experience. */
 #define CONFIG_CMD_GPT
 #define CONFIG_EFI_PARTITION
-#define CONFIG_PARTITION_UUIDS
-#define CONFIG_CMD_PART
 
 #ifdef CONFIG_NAND
 #define NANDARGS \
index 4472c3e5558065d6efe33eb0cfd4a48126914ee3..b00585c47b041ad4f8710e84011c3512edd0aeae 100644 (file)
 /* Enhance our eMMC support / experience. */
 #define CONFIG_CMD_GPT
 #define CONFIG_EFI_PARTITION
-#define CONFIG_PARTITION_UUIDS
-#define CONFIG_CMD_PART
 
 #ifndef CONFIG_SPL_BUILD
 #define CONFIG_EXTRA_ENV_SETTINGS \
index cc36330938313777dc904a7d68125b4b781b061d..b2333013e12cc0f64d8575b30c169a59460e8f84 100644 (file)
@@ -42,8 +42,6 @@
 /* Enhance our eMMC support / experience. */
 #define CONFIG_CMD_GPT
 #define CONFIG_EFI_PARTITION
-#define CONFIG_PARTITION_UUIDS
-#define CONFIG_CMD_PART
 
 /* CPSW Ethernet */
 #define CONFIG_CMD_NET                 /* 'bootp' and 'tftp' */
index 174a711bb4b84209270ba28bd1902ed4e1350b35..dee2b11056e79d1f42d219f997e4c0416393c22a 100644 (file)
@@ -48,8 +48,6 @@
 /* Enhance our eMMC support / experience. */
 #define CONFIG_CMD_GPT
 #define CONFIG_EFI_PARTITION
-#define CONFIG_PARTITION_UUIDS
-#define CONFIG_CMD_PART
 #define CONFIG_HSMMC2_8BIT
 
 /* CPSW Ethernet */
index e07795f9210c627ff2480854d69282ca67550581..0ca4e82e0f153f33071b927dcf826ba50b614505 100644 (file)
@@ -36,8 +36,6 @@
 /* Enhance our eMMC support / experience. */
 #define CONFIG_CMD_GPT
 #define CONFIG_EFI_PARTITION
-#define CONFIG_PARTITION_UUIDS
-#define CONFIG_CMD_PART
 #define CONFIG_HSMMC2_8BIT
 #define CONFIG_SUPPORT_EMMC_BOOT
 
index bc751722e86622abd3ef2db253284a98879a99c5..2bd116477c07e01a9c81827189c3fa0fb643eeac 100644 (file)
 #define CONFIG_CMD_EXT2
 #define CONFIG_CMD_EXT4
 #define CONFIG_CMD_FS_GENERIC
+#define CONFIG_PARTITION_UUIDS
+#define CONFIG_CMD_PART
 #endif
 
 /*