blob: 652abb8d14b390fc76f477c8fe121668ce3db48a (
plain)
1
2
3
4
5
6
7
|
CONFIG_SYS_MALLOC_LEN=0x2000000
CONFIG_ENV_OFFSET=0x100000
CONFIG_ENV_SECT_SIZE=0x10000
CONFIG_QSPI_BOOT=y
CONFIG_BOOTCOMMAND="run ubiboot; run nfsboot; run panicboot"
# CONFIG_ENV_IS_IN_MMC is not set
CONFIG_ENV_IS_IN_SPI_FLASH=y
|