Commit 46bac66b20da6d50e757bdca74703153f233090b

Authored by Simon Glass
1 parent 04048d58a8

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 <sjg@chromium.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/sandbox_defconfig
... ... @@ -62,6 +62,7 @@
62 62 CONFIG_MAC_PARTITION=y
63 63 CONFIG_AMIGA_PARTITION=y
64 64 CONFIG_OF_CONTROL=y
  65 +CONFIG_OF_LIVE=y
65 66 CONFIG_OF_HOSTFILE=y
66 67 CONFIG_NETCONSOLE=y
67 68 CONFIG_REGMAP=y