diff options
author | Nishanth Menon <nm@ti.com> | 2014-12-18 14:32:14 -0600 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 15:13:45 -0500 |
commit | 5b782e3f4ca8784c6439d5ca5b620ad6ec073e51 (patch) | |
tree | 84aaa8e607e13913e04bc386fa07cd3fa18d4391 /include/configs/ti_armv7_common.h | |
parent | 25098144ac3881ef55dcc700136879e1e0155f48 (diff) | |
download | u-boot-5b782e3f4ca8784c6439d5ca5b620ad6ec073e51.tar.gz |
TI: armv7: enable UUID and PART
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>
Diffstat (limited to 'include/configs/ti_armv7_common.h')
-rw-r--r-- | include/configs/ti_armv7_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index bc751722e8..2bd116477c 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -187,6 +187,8 @@ #define CONFIG_CMD_EXT2 #define CONFIG_CMD_EXT4 #define CONFIG_CMD_FS_GENERIC +#define CONFIG_PARTITION_UUIDS +#define CONFIG_CMD_PART #endif /* |