mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ipq6018: enable mtest support
Change-Id: I27f13c29c09725c424884d3e62864888a3e3f763 Signed-off-by: Antony Arun T <antothom@codeaurora.org>
This commit is contained in:
parent
2228c11e4e
commit
cc9f67f70f
1 changed files with 5 additions and 0 deletions
|
|
@ -263,6 +263,11 @@ extern loff_t board_env_size;
|
|||
#define CONFIG_SYS_HUSH_PARSER
|
||||
#define CONFIG_CMD_XIMG
|
||||
|
||||
/* MTEST */
|
||||
#define CONFIG_CMD_MEMTEST
|
||||
#define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE + 0x1300000
|
||||
#define CONFIG_SYS_MEMTEST_END CONFIG_SYS_MEMTEST_START + 0x100
|
||||
|
||||
/* NSS firmware loaded using bootm */
|
||||
#define CONFIG_BOOTCOMMAND "bootipq"
|
||||
#define CONFIG_BOOTARGS "console=ttyMSM0,115200n8"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue