summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2016-02-14 08:39:32 -0500
committerTom Rini <[email protected]>2016-02-14 08:39:32 -0500
commit823ecd72bb08344acc7d076ba13864eb0e18ba61 (patch)
tree9d2137d4bd38f1b2c3cef8d6021115bc2ad8864f /doc
parente4b40e921dcf0e39d5c10984d366023f459facef (diff)
parent3f23111722ebf5b2416c7989eab7eb77be5ad0cf (diff)
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Diffstat (limited to 'doc')
-rw-r--r--doc/README.uniphier6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.uniphier b/doc/README.uniphier
index bce70cf5fe4..bcf0ac3d4b5 100644
--- a/doc/README.uniphier
+++ b/doc/README.uniphier
@@ -68,8 +68,8 @@ Burn U-Boot images to NAND
--------------------------
Write two files to the NAND device as follows:
- - spl/u-boot-spl-dtb.bin at the offset address 0x00000000
- - u-boot-dtb.img at the offset address 0x00010000
+ - spl/u-boot-spl.bin at the offset address 0x00000000
+ - u-boot.img at the offset address 0x00010000
If a TFTP server is available, the images can be easily updated.
Just copy the u-boot-spl-dtb.bin and u-boot-dtb.img to the TFTP public
@@ -145,4 +145,4 @@ newer SoCs. Even if it is, EA[25] is not connected on most of the boards.
--
Masahiro Yamada <[email protected]>
-Aug. 2015
+Feb. 2016