Commit bd2a4888b123713adec271d6c8040ca9f609aa2f

Authored by Hans de Goede
Committed by Tom Rini
1 parent 478b02f1a7

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>

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

include/configs/sunxi-common.h
... ... @@ -85,6 +85,9 @@
85 85 #define CONFIG_CMD_MEMORY
86 86 #define CONFIG_CMD_SETEXPR
87 87  
  88 +#define CONFIG_PARTITION_UUIDS
  89 +#define CONFIG_CMD_PART
  90 +
88 91 #define CONFIG_SETUP_MEMORY_TAGS
89 92 #define CONFIG_CMDLINE_TAG
90 93 #define CONFIG_INITRD_TAG