mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-02 09:03:27 +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>
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_TARGET_AM335X_EVM=y
|
|
CONFIG_SPL_DISABLE_OF_CONTROL=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="am335x-boneblack"
|
|
CONFIG_SPL=y
|
|
CONFIG_SPL_STACK_R=y
|
|
CONFIG_SPL_STACK_R_ADDR=0x82000000
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_VERBOSE=y
|
|
CONFIG_FIT_SIGNATURE=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="EMMC_BOOT,ENABLE_VBOOT"
|
|
CONFIG_CMD_NET=y
|
|
CONFIG_OF_CONTROL=y
|