nmhw23: include mtest command
Plus tab fixes in board header file
This commit is contained in:
parent
8fc6631fcc
commit
db97715521
|
|
@ -34,6 +34,7 @@ CONFIG_CMD_MII=y
|
||||||
CONFIG_CMD_PING=y
|
CONFIG_CMD_PING=y
|
||||||
CONFIG_CMD_CACHE=y
|
CONFIG_CMD_CACHE=y
|
||||||
CONFIG_CMD_FAT=y
|
CONFIG_CMD_FAT=y
|
||||||
|
CONFIG_CMD_MEMTEST=y
|
||||||
CONFIG_SPL_OF_CONTROL=y
|
CONFIG_SPL_OF_CONTROL=y
|
||||||
CONFIG_DEFAULT_DEVICE_TREE="imx8_nmhw23"
|
CONFIG_DEFAULT_DEVICE_TREE="imx8_nmhw23"
|
||||||
CONFIG_ENV_IS_IN_MMC=y
|
CONFIG_ENV_IS_IN_MMC=y
|
||||||
|
|
|
||||||
|
|
@ -152,10 +152,14 @@
|
||||||
/* 1 Bank, 1GB */
|
/* 1 Bank, 1GB */
|
||||||
#define CONFIG_SYS_SDRAM_BASE 0x80000000
|
#define CONFIG_SYS_SDRAM_BASE 0x80000000
|
||||||
#define PHYS_SDRAM_1 0x80000000
|
#define PHYS_SDRAM_1 0x80000000
|
||||||
#define PHYS_SDRAM_1_SIZE 0x40000000
|
#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GB DDR */
|
||||||
#define PHYS_SDRAM_2 0
|
#define PHYS_SDRAM_2 0
|
||||||
#define PHYS_SDRAM_2_SIZE 0
|
#define PHYS_SDRAM_2_SIZE 0
|
||||||
|
|
||||||
|
/* Memory test */
|
||||||
|
#define CONFIG_SYS_MEMTEST_START CONFIG_LOADADDR
|
||||||
|
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + (PHYS_SDRAM_1_SIZE >> 1))
|
||||||
|
|
||||||
/* Serial */
|
/* Serial */
|
||||||
#define CONFIG_BAUDRATE 115200
|
#define CONFIG_BAUDRATE 115200
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue