mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
Enable CONFIG_OF_CONTROL so that U-Boot on these three boards uses a device tree for its configuration. Signed-off-by: Simon Glass <sjg@chromium.org>
8 lines
264 B
Text
8 lines
264 B
Text
CONFIG_SYS_EXTRA_OPTIONS="SYS_RAMBOOT,SYS_TEXT_BASE=0x01000000,SYS_LDSCRIPT=board/amcc/canyonlands/u-boot-ram.lds"
|
|
CONFIG_PPC=y
|
|
CONFIG_4xx=y
|
|
CONFIG_TARGET_CANYONLANDS=y
|
|
CONFIG_GLACIER=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="glacier"
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_OF_SEPARATE=y
|