diff options
author | Tom Rini <trini@konsulko.com> | 2019-07-10 10:40:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-10 13:18:54 -0400 |
commit | a52f1fe4081a485254850cc2944e8e7dfbc3f66c (patch) | |
tree | 83609ad72433e0091ce4f567b1cf8075f8cfe974 /include/configs/omap3_cairo.h | |
parent | b4944e25744aa42dc23c6912e1cd4ccad270c4e0 (diff) | |
parent | a2257d378ea8b2c2fa7dbf01b4703a53be431819 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-ubi
[trini: Migrate sama5d27_som1_ek_qspiflash/sama5d2_xplained_qspiflash
for CONFIG_ENV_SECT_SIZE]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/omap3_cairo.h')
-rw-r--r-- | include/configs/omap3_cairo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/omap3_cairo.h b/include/configs/omap3_cairo.h index ef69b24dd0..9e2b7523e5 100644 --- a/include/configs/omap3_cairo.h +++ b/include/configs/omap3_cairo.h @@ -160,11 +160,7 @@ #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE #define CONFIG_SYS_ONENAND_BASE ONENAND_MAP -#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ -#define ONENAND_ENV_OFFSET 0x260000 /* environment starts here */ - #define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */ -#define CONFIG_ENV_OFFSET 0x260000 #define CONFIG_ENV_ADDR 0x260000 /* Defines for SPL */ |