]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
config_distro_bootcmd.h: Enable CONFIG_CMD_PART
authorHans de Goede <hdegoede@redhat.com>
Sat, 7 Feb 2015 12:38:19 +0000 (13:38 +0100)
committerTom Rini <trini@ti.com>
Mon, 16 Feb 2015 17:41:41 +0000 (12:41 -0500)
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>
include/config_distro_bootcmd.h

index 49674f4537541c6014cb2259976c21ee36dab2d3..07a0b3b23472df57a1e38a32ba7085e0c1f65fea 100644 (file)
 #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 "; " \