From 46bac66b20da6d50e757bdca74703153f233090b Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 18 May 2017 20:10:02 -0600 Subject: 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 --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/sandbox_defconfig') diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index f39d03e..662606c 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 -- cgit v1.1