diff options
author | Tom Rini <trini@konsulko.com> | 2017-02-23 10:12:41 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-02-23 10:12:41 -0500 |
commit | d38de7cb03adf88e18c05d840c2528b7a5af2f9b (patch) | |
tree | 35be69932e53e4c58260af58ae841a3d1a2523b6 /doc/README.uniphier | |
parent | b24cf8540a85a9bf97975aadd6a7542f166c78a3 (diff) | |
parent | bc647958047cd03193e19cd8c08a6771fea828b7 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
- Fix regressions caused by the previous reworks
- Add pin configuration support
- Re-work SPL code
- Update DRAM and PLL setup code
- Enable needed configs, disable unneeded configs
Diffstat (limited to 'doc/README.uniphier')
-rw-r--r-- | doc/README.uniphier | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.uniphier b/doc/README.uniphier index 539b1f20a1..f79659c9ca 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 |