diff options
author | Lukasz Majewski <lukma@denx.de> | 2018-05-11 16:51:01 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-06-18 15:42:38 +0200 |
commit | 86d759ea3c017a9c4549066a7b73d5e644f3d538 (patch) | |
tree | 0fee729a30f242061ba5c620265e77dd799178fe /include/configs/display5.h | |
parent | 4864ba7f4acf6a6030d49c0be5565b9161787025 (diff) |
display5: config: Add "factory" (1MiB) SPI-NOR partition in u-boot
To test if this partition is present - one needs to write:
display5 > sf probe; mtdparts
display5 > sf erase factory +0x100000
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/configs/display5.h')
-rw-r--r-- | include/configs/display5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/display5.h b/include/configs/display5.h index bcb1ac2bd0..f4aa6d5315 100644 --- a/include/configs/display5.h +++ b/include/configs/display5.h @@ -33,6 +33,7 @@ * 0x140000 - 0x940000 : SPI.fitImage-recovery (8MiB) * 0x940000 - 0xD40000 : SPI.swupdate-kernel-FIT (4MiB) * 0xD40000 - 0x1540000 : SPI.swupdate-initramfs (8MiB) + * 0x1540000 - 0x1640000 : SPI.factory (1MiB) */ #ifndef CONFIG_SPL_BUILD |