projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478b02f
)
sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART
author
Hans de Goede
<hdegoede@redhat.com>
Tue, 3 Feb 2015 23:43:36 +0000
(
00:43
+0100)
committer
Tom Rini
<trini@ti.com>
Thu, 12 Feb 2015 00:43:45 +0000
(19:43 -0500)
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>
include/configs/sunxi-common.h
patch
|
blob
|
history
diff --git
a/include/configs/sunxi-common.h
b/include/configs/sunxi-common.h
index 6cfd7e1489001f248af66001420d88e11400ea71..cea52dbf7b7e396542af618bc754c486107c4382 100644
(file)
--- a/
include/configs/sunxi-common.h
+++ b/
include/configs/sunxi-common.h
@@
-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