Skip to content

Commit

Permalink
configs: arbel-evb: add CONFIG_CMD_MTEST
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Fishman <[email protected]>
  • Loading branch information
avifishman committed Feb 23, 2022
1 parent 96fcd08 commit 88e2885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/ArbelEVB_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ CONFIG_ENV_IS_IN_SPI_FLASH=y
CONFIG_ENV_SIZE=0x40000
CONFIG_ENV_OFFSET=0x1C0000
CONFIG_ENV_SECT_SIZE=0x1000
CONFIG_CMD_MEMTEST=y
CONFIG_SYS_MEMTEST_START=0
CONFIG_SYS_MEMTEST_END=0x08000000
CONFIG_ENV_ADDR=0x801C0000
CONFIG_SYS_MEMTEST_START=0
CONFIG_SF_DEFAULT_BUS=0
CONFIG_SF_DEFAULT_CS=0
CONFIG_NR_DRAM_BANKS=1
Expand Down

0 comments on commit 88e2885

Please sign in to comment.