Skip to content
Snippets Groups Projects
Commit bd2a4888 authored by Hans de Goede's avatar Hans de Goede Committed by Tom Rini
Browse files

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: default avatarHans de Goede <hdegoede@redhat.com>
parent 478b02f1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment