Commit af21f2fb6f7a1178a98f1172bf5df7b7fd8545ee

Authored by Hans de Goede
Committed by Tom Rini
1 parent 364ac5b583

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>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

include/config_distro_bootcmd.h
... ... @@ -10,6 +10,10 @@
10 10 #ifndef _CONFIG_CMD_DISTRO_BOOTCMD_H
11 11 #define _CONFIG_CMD_DISTRO_BOOTCMD_H
12 12  
  13 +/* We need the part command */
  14 +#define CONFIG_PARTITION_UUIDS
  15 +#define CONFIG_CMD_PART
  16 +
13 17 #define BOOTENV_SHARED_BLKDEV_BODY(devtypel) \
14 18 "if " #devtypel " dev ${devnum}; then " \
15 19 "setenv devtype " #devtypel "; " \