mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
ARM: mvebu: ClearFog make sure that SATA and UART images are buildable
SATA and UART ClearFog imaages are not buildable as ENV_SECT_SIZE is not defined set values for both possible targets Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
827bed4456
commit
9c690314db
@ -50,9 +50,9 @@ config ENV_OFFSET
|
|||||||
config ENV_SECT_SIZE
|
config ENV_SECT_SIZE
|
||||||
hex "Environment Sector-Size"
|
hex "Environment Sector-Size"
|
||||||
# Use SPI flash erase block size of 4 KiB
|
# Use SPI flash erase block size of 4 KiB
|
||||||
default 0x1000 if MVEBU_SPL_BOOT_DEVICE_SPI
|
default 0x1000 if MVEBU_SPL_BOOT_DEVICE_SPI || MVEBU_SPL_BOOT_DEVICE_SATA
|
||||||
# Use optimistic 64 KiB erase block, will vary between actual media
|
# Use optimistic 64 KiB erase block, will vary between actual media
|
||||||
default 0x10000 if MVEBU_SPL_BOOT_DEVICE_MMC
|
default 0x10000 if MVEBU_SPL_BOOT_DEVICE_MMC || MVEBU_SPL_BOOT_DEVICE_UART
|
||||||
|
|
||||||
config SYS_SPI_U_BOOT_OFFS
|
config SYS_SPI_U_BOOT_OFFS
|
||||||
hex "address of u-boot payload in SPI flash"
|
hex "address of u-boot payload in SPI flash"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user