mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
f693e7f514
This is necessary, as ppc4xx has the reset vector located at the end of the U-Boot image. This needs to be flashed to the end of the NOR flash. Adding the dtb to the main U-Boot image will break booting on ppc4xx. This patch now embeds the dtb in the U-Boot image instead. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
8 lines
261 B
Text
8 lines
261 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_EMBED=y
|