summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-28 20:13:18 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-31 00:25:06 +0900
commitf4e190e317b860bb15e221a29cbf16976a04e3ca (patch)
tree76ce49c26a0b3a8084d61378a0119d12ab1d560f /include
parent9271614eb35a77a9e3b2a58e1b994d9bd0dd9e8e (diff)
downloadblackbird-obmc-uboot-f4e190e317b860bb15e221a29cbf16976a04e3ca.tar.gz
blackbird-obmc-uboot-f4e190e317b860bb15e221a29cbf16976a04e3ca.zip
ARM: uniphier: enable SPL_OF_CONTROL
Device Tree really improves code maintainability and is now available for SPL too. This is the state-of-the-art implementation in U-boot. The board files (platform data) are no longer needed. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/uniphier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index b0a7daa2bf..d59564bafd 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -288,7 +288,7 @@
"netdev=eth0\0" \
"verify=n\0" \
"nandupdate=nand erase 0 0x00100000 &&" \
- "tftpboot u-boot-spl.bin &&" \
+ "tftpboot u-boot-spl-dtb.bin &&" \
"nand write $loadaddr 0 0x00010000 &&" \
"tftpboot u-boot-dtb.img &&" \
"nand write $loadaddr 0x00010000 0x000f0000\0" \
OpenPOWER on IntegriCloud