summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-02-07 13:38:19 +0100
committerTom Rini <trini@ti.com>2015-02-16 12:41:41 -0500
commitaf21f2fb6f7a1178a98f1172bf5df7b7fd8545ee (patch)
tree674b97e1025d1c55bd4615df405be76f6c956fb4 /include
parent364ac5b5836055c2a49f986769b2d925f230f093 (diff)
downloadblackbird-obmc-uboot-af21f2fb6f7a1178a98f1172bf5df7b7fd8545ee.tar.gz
blackbird-obmc-uboot-af21f2fb6f7a1178a98f1172bf5df7b7fd8545ee.zip
config_distro_bootcmd.h: Enable CONFIG_CMD_PART
The recent changes to config_distro_bootcmd.h require CONFIG_CMD_PART to be defined, as the default bootcmd now uses the "part" command. This fixes sunxi boards not booting with v2015.04-rc1. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/config_distro_bootcmd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
index 49674f4537..07a0b3b234 100644
--- a/include/config_distro_bootcmd.h
+++ b/include/config_distro_bootcmd.h
@@ -10,6 +10,10 @@
#ifndef _CONFIG_CMD_DISTRO_BOOTCMD_H
#define _CONFIG_CMD_DISTRO_BOOTCMD_H
+/* We need the part command */
+#define CONFIG_PARTITION_UUIDS
+#define CONFIG_CMD_PART
+
#define BOOTENV_SHARED_BLKDEV_BODY(devtypel) \
"if " #devtypel " dev ${devnum}; then " \
"setenv devtype " #devtypel "; " \
OpenPOWER on IntegriCloud