diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-02-04 00:43:36 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-11 19:43:45 -0500 |
commit | bd2a4888b123713adec271d6c8040ca9f609aa2f (patch) | |
tree | 15686633e9d3a6a6b47fb53871c260a060d784e7 /include/configs | |
parent | 478b02f1a7043b673565075ea5016376f3293b23 (diff) | |
download | u-boot-imx-bd2a4888b123713adec271d6c8040ca9f609aa2f.zip u-boot-imx-bd2a4888b123713adec271d6c8040ca9f609aa2f.tar.gz u-boot-imx-bd2a4888b123713adec271d6c8040ca9f609aa2f.tar.bz2 |
sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART
The recent changes to config_distro_bootcmd.h require CONFIG_CMD_PART to be
defined, as the default bootcmd not uses the "part" command.
This fixes sunxi boards not booting with v2015.04-rc1.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sunxi-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 6cfd7e1..cea52db 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -85,6 +85,9 @@ #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 |