diff options
author | Tom Rini <trini@ti.com> | 2015-02-16 15:48:49 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-17 10:29:07 -0500 |
commit | 5290ab876e18d87bd51e29520494abc6473806ec (patch) | |
tree | 755753128732f2eedba79c0e23e38e934abef1ab | |
parent | de19eddf6c196669222839b3f39a38d0315bdb3e (diff) |
Revert "sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART"
This reverts commit bd2a4888b123713adec271d6c8040ca9f609aa2f which was
an older version of af21f2f which is what we actually want in.
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r-- | include/configs/sunxi-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 5e8885277f0..1238d821b36 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -79,9 +79,6 @@ #define CONFIG_CMD_MEMORY #define CONFIG_CMD_SETEXPR -#define CONFIG_PARTITION_UUIDS -#define CONFIG_CMD_PART - #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_CMDLINE_TAG #define CONFIG_INITRD_TAG |