Skip to content
Snippets Groups Projects
Commit 46bac66b authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 04048d58
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment