diff mbox

ARM: uniphier: update README.uniphier for latest build instruction

Message ID 1485749548-9951-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit cf3175bcd8b21a87276016aceb9d7992a2151fca
Headers show

Commit Message

Masahiro Yamada Jan. 30, 2017, 4:12 a.m. UTC
Since commit c0efc3140e75 ("ARM: uniphier: change CONFIG_SPL_PAD_TO
to 128KB"), the u-boot.bin should be burned at the offset 0x20000.
I missed to update README.uniphier in that commit.  Now updating.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 doc/README.uniphier | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.7.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Comments

Masahiro Yamada Feb. 17, 2017, 2:25 a.m. UTC | #1
2017-01-30 13:12 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> Since commit c0efc3140e75 ("ARM: uniphier: change CONFIG_SPL_PAD_TO

> to 128KB"), the u-boot.bin should be burned at the offset 0x20000.

> I missed to update README.uniphier in that commit.  Now updating.

>

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>



Applied to u-boot-uniphier.




-- 
Best Regards
Masahiro Yamada
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/doc/README.uniphier b/doc/README.uniphier
index 539b1f2..f79659c 100644
--- a/doc/README.uniphier
+++ b/doc/README.uniphier
@@ -75,7 +75,7 @@  Burn U-Boot images to NAND
 Write the following to the NAND device:
 
  - spl/u-boot-spl.bin at the offset address 0x00000000
- - u-boot.bin         at the offset address 0x00010000
+ - u-boot.bin         at the offset address 0x00020000
 
 or
 
@@ -94,7 +94,7 @@  Burn U-Boot images to eMMC
 Write the following to the Boot partition 1 of the eMMC device:
 
  - spl/u-boot-spl.bin at the offset address 0x00000000
- - u-boot.bin         at the offset address 0x00010000
+ - u-boot.bin         at the offset address 0x00020000
 
 or
 
@@ -179,4 +179,4 @@  newer SoCs.  Even if it is, EA[25] is not connected on most of the boards.
 
 --
 Masahiro Yamada <yamada.masahiro@socionext.com>
-Oct. 2016
+Jan. 2017