mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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>
This commit is contained in:
parent
04048d58a8
commit
46bac66b20
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue