configs: evb-ast2500: Set environment in SPI flash
We now have a SPI flash driver. Let's use it. Signed-off-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
18a5db3a81
commit
0954bc2f89
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,9 @@ CONFIG_TEXT_BASE=0x0
|
||||||
CONFIG_SYS_MALLOC_LEN=0x2000000
|
CONFIG_SYS_MALLOC_LEN=0x2000000
|
||||||
CONFIG_TARGET_EVB_AST2500=y
|
CONFIG_TARGET_EVB_AST2500=y
|
||||||
CONFIG_NR_DRAM_BANKS=1
|
CONFIG_NR_DRAM_BANKS=1
|
||||||
CONFIG_ENV_SIZE=0x20000
|
CONFIG_ENV_SIZE=0x10000
|
||||||
|
CONFIG_ENV_OFFSET=0x60000
|
||||||
|
CONFIG_ENV_SECT_SIZE=0x1000
|
||||||
CONFIG_DM_GPIO=y
|
CONFIG_DM_GPIO=y
|
||||||
CONFIG_DEFAULT_DEVICE_TREE="ast2500-evb"
|
CONFIG_DEFAULT_DEVICE_TREE="ast2500-evb"
|
||||||
CONFIG_PRE_CON_BUF_ADDR=0x1e720000
|
CONFIG_PRE_CON_BUF_ADDR=0x1e720000
|
||||||
|
@ -31,6 +33,7 @@ CONFIG_CMD_MII=y
|
||||||
CONFIG_CMD_PING=y
|
CONFIG_CMD_PING=y
|
||||||
CONFIG_CMD_NCSI=y
|
CONFIG_CMD_NCSI=y
|
||||||
CONFIG_ENV_OVERWRITE=y
|
CONFIG_ENV_OVERWRITE=y
|
||||||
|
CONFIG_ENV_IS_IN_SPI_FLASH=y
|
||||||
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
||||||
CONFIG_NET_RANDOM_ETHADDR=y
|
CONFIG_NET_RANDOM_ETHADDR=y
|
||||||
CONFIG_REGMAP=y
|
CONFIG_REGMAP=y
|
||||||
|
|
Loading…
Reference in a new issue