From 86d759ea3c017a9c4549066a7b73d5e644f3d538 Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Fri, 11 May 2018 16:51:01 +0200 Subject: 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 --- include/configs/display5.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/display5.h') 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 -- cgit v1.2.1