diff options
author | Lukasz Majewski <lukma@denx.de> | 2018-05-11 16:51:06 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-06-18 15:42:38 +0200 |
commit | 1fa328f73a6b4f69f8d3132884f797b15bb23bbd (patch) | |
tree | 6fcd1db93c5d1e1305d92920735bbf1e86145e34 /include | |
parent | b78e9c4f1e6442d33c48eec482022d8f13f7112a (diff) |
display5: config: Update SPI-NOR partition for larger swupdate-initramfs
The SPI-NOR partition information has been updated to store
swupdate-kernel-FIT just after envs as well as two times larger
swupdate-initramfs image.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/display5.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/display5.h b/include/configs/display5.h index 9bae8bc8a7..f5656a29ff 100644 --- a/include/configs/display5.h +++ b/include/configs/display5.h @@ -30,8 +30,8 @@ * 0x020000 - 0x120000 : SPI.u-boot (1MiB) * 0x120000 - 0x130000 : SPI.u-boot-env1 (64KiB) * 0x130000 - 0x140000 : SPI.u-boot-env2 (64KiB) - * 0x940000 - 0xD40000 : SPI.swupdate-kernel-FIT (4MiB) - * 0xD40000 - 0x1540000 : SPI.swupdate-initramfs (8MiB) + * 0x140000 - 0x540000 : SPI.swupdate-kernel-FIT (4MiB) + * 0x540000 - 0x1540000 : SPI.swupdate-initramfs (16MiB) * 0x1540000 - 0x1640000 : SPI.factory (1MiB) */ |