mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-01-28 01:47:24 +01:00
ipq806x: command mtest enabled
Change-Id: I0d09e85926ff96c8d7a6ff0dabe583daf35a1096 Signed-off-by: Antony Arun T <antothom@codeaurora.org>
This commit is contained in:
parent
0170ba7725
commit
43387c63db
2 changed files with 7 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ CONFIG_CMD_ENV_EXISTS=y
|
|||
#
|
||||
CONFIG_CMD_CRC32=y
|
||||
# CONFIG_LOOPW is not set
|
||||
# CONFIG_CMD_MEMTEST is not set
|
||||
CONFIG_CMD_MEMTEST=y
|
||||
# CONFIG_CMD_MX_CYCLIC is not set
|
||||
# CONFIG_CMD_MEMINFO is not set
|
||||
|
||||
|
|
|
|||
|
|
@ -260,6 +260,12 @@ typedef struct {
|
|||
|
||||
#define CONFIG_SPI_FLASH_BAR
|
||||
|
||||
/*
|
||||
*MTEST Configs
|
||||
*/
|
||||
#define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE + 0x1300000
|
||||
#define CONFIG_SYS_MEMTEST_END CONFIG_SYS_MEMTEST_START + 0x100
|
||||
|
||||
|
||||
/*NAND Flash Configs*/
|
||||
#define CONFIG_CMD_NAND
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue