]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
sandbox: Move to use live tree
authorSimon Glass <sjg@chromium.org>
Fri, 19 May 2017 02:10:02 +0000 (20:10 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2017 13:03:17 +0000 (07:03 -0600)
This updates sandbox to use a live device tree. This means that after
relocation (from board_init_r() onwards) it no-longer uses flat device
tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/sandbox_defconfig

index f39d03e472d1c9818f3261ee5882522280c71df0..662606cd7278e30b8521eea0842007f4091a5269 100644 (file)
@@ -62,6 +62,7 @@ CONFIG_CMD_EXT4_WRITE=y
 CONFIG_MAC_PARTITION=y
 CONFIG_AMIGA_PARTITION=y
 CONFIG_OF_CONTROL=y
+CONFIG_OF_LIVE=y
 CONFIG_OF_HOSTFILE=y
 CONFIG_NETCONSOLE=y
 CONFIG_REGMAP=y