summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-08-26 16:37:37 +0300
committerTom Rini <trini@konsulko.com>2019-08-26 16:37:37 +0300
commit6f9656d726235b4cbb4f469a82c30e5006a75b53 (patch)
tree2b8afde3d7a06a3778bd24cf4243dd0856a07add /doc
parent50b4b80f597b9f59b98adbdbad691b1027bd501a (diff)
parent1ee774d20914fb89ad1b236aedb4178912f77c77 (diff)
downloadu-boot-6f9656d726235b4cbb4f469a82c30e5006a75b53.tar.xz
Merge branch '2019-08-24-master-imports'
- Migrate SYS_SPI_U_BOOT_OFFS, SYS_NAND_USE_FLASH_BBT and ARCH_CPU_INIT to Kconfig
Diffstat (limited to 'doc')
-rw-r--r--doc/README.rockchip2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip
index ab3361a7ce..531a062c9e 100644
--- a/doc/README.rockchip
+++ b/doc/README.rockchip
@@ -559,7 +559,7 @@ header and skipping every second 2KB block. Then the U-Boot image is written at
offset 128KB and the whole image is padded to 4MB which is the SPI flash size.
The position of U-Boot is controlled with this setting in U-Boot:
- #define CONFIG_SYS_SPI_U_BOOT_OFFS (128 << 10)
+ #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x20000
If you have a Dediprog em100pro connected then you can write the image with: