summaryrefslogtreecommitdiffstats
path: root/configs/canyonlands_defconfig
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-02-07 11:51:50 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:32 -0700
commitf693e7f5140382ba6cb76e532852efb5ccfb7c9a (patch)
tree6eab114fcf8ba01a07c9a578f14c6077d7b644ee /configs/canyonlands_defconfig
parent0df09047fadc7f3d097a132120da8f10278e4a0d (diff)
downloadblackbird-obmc-uboot-f693e7f5140382ba6cb76e532852efb5ccfb7c9a.tar.gz
blackbird-obmc-uboot-f693e7f5140382ba6cb76e532852efb5ccfb7c9a.zip
powerpc: ppc4xx: Change from OF_SEPARATE to OF_EMBED
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>
Diffstat (limited to 'configs/canyonlands_defconfig')
-rw-r--r--configs/canyonlands_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/canyonlands_defconfig b/configs/canyonlands_defconfig
index 6f6cf14811..44d4fbdb9d 100644
--- a/configs/canyonlands_defconfig
+++ b/configs/canyonlands_defconfig
@@ -4,4 +4,4 @@ CONFIG_TARGET_CANYONLANDS=y
CONFIG_CANYONLANDS=y
CONFIG_DEFAULT_DEVICE_TREE="canyonlands"
CONFIG_OF_CONTROL=y
-CONFIG_OF_SEPARATE=y
+CONFIG_OF_EMBED=y
OpenPOWER on IntegriCloud