summaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/README.uniphier10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/README.uniphier b/doc/README.uniphier
index 52d681b57a..e936f40254 100644
--- a/doc/README.uniphier
+++ b/doc/README.uniphier
@@ -52,12 +52,12 @@ Burn U-Boot images to NAND
--------------------------
Write two files to the NAND device as follows:
- - spl/u-boot-spl.bin at the offset address 0x00000000
- - u-boot-dtb.img at the offset address 0x00010000
+ - spl/u-boot-spl-dtb.bin at the offset address 0x00000000
+ - u-boot-dtb.img at the offset address 0x00010000
If a TFTP server is available, the images can be easily updated.
-Just copy the u-boot-spl.bin and u-boot-dtb.img to the TFTP public directory,
-and then run the following command at the U-Boot command line:
+Just copy the u-boot-spl-dtb.bin and u-boot-dtb.img to the TFTP public
+directory, and then run the following command at the U-Boot command line:
=> run nandupdate
@@ -129,4 +129,4 @@ newer SoCs. Even if it is, EA[25] is not connected on most of the boards.
--
Masahiro Yamada <yamada.masahiro@socionext.com>
-Jul. 2015
+Aug. 2015
OpenPOWER on IntegriCloud