From: Simon Glass Date: Fri, 19 May 2017 02:10:02 +0000 (-0600) Subject: sandbox: Move to use live tree X-Git-Tag: v2017.07-rc1~96 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=46bac66b20da6d50e757bdca74703153f233090b;p=u-boot sandbox: Move to use live tree 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 --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index f39d03e472..662606cd72 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -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