mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-30 08:03:32 +08:00
47a785a9dd
We plan to enable device tree in SPL by default. Before doing this, explicitly disable it for all boards. Signed-off-by: Simon Glass <sjg@chromium.org>
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
CONFIG_MICROBLAZE=y
|
|
CONFIG_TARGET_MICROBLAZE_GENERIC=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic"
|
|
CONFIG_SPL=y
|
|
CONFIG_CMD_NET=y
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_SPL_DISABLE_OF_CONTROL=y
|
|
CONFIG_OF_EMBED=y
|