mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-17 17:51:27 +01:00
ipq5018: Enable mtest support
Change-Id: I202798d264b81ce9ae4a374ece376b7ba1598b23 Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org>
This commit is contained in:
parent
3da238bdb6
commit
f0565707c6
1 changed files with 5 additions and 0 deletions
|
|
@ -174,6 +174,11 @@ extern loff_t board_env_size;
|
|||
*/
|
||||
#define CONFIG_OF_LIBFDT 1
|
||||
|
||||
/* 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 "bootm"
|
||||
#define CONFIG_BOOTARGS "console=ttyMSM0,115200n8"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue