diff options
author | Ye Li <ye.li@nxp.com> | 2016-03-14 22:36:25 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:04:42 +0800 |
commit | 9996b7ef2b923757c466a34c4448991d549466da (patch) | |
tree | b0c457c8f9c0e98edbcff94b32de2a13bd7acc2a /configs/mx6qsabresd_defconfig | |
parent | d0560c22be07a9257307be43c75ce1492396643d (diff) | |
download | u-boot-imx-9996b7ef2b923757c466a34c4448991d549466da.zip u-boot-imx-9996b7ef2b923757c466a34c4448991d549466da.tar.gz u-boot-imx-9996b7ef2b923757c466a34c4448991d549466da.tar.bz2 |
MLK-12559 mx6: Enable memory test command
Set the CONFIG_CMD_MEMTEST on all mx6 platforms for enabling the u-boot
memory test.
Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 75b5a7d5931064386ae38ce74a34eb6e368666a5)
Diffstat (limited to 'configs/mx6qsabresd_defconfig')
-rw-r--r-- | configs/mx6qsabresd_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6qsabresd_defconfig b/configs/mx6qsabresd_defconfig index 8d2f53f8..8cb7ae2 100644 --- a/configs/mx6qsabresd_defconfig +++ b/configs/mx6qsabresd_defconfig @@ -11,6 +11,7 @@ CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set +CONFIG_CMD_MEMTEST=y CONFIG_CMD_MMC=y CONFIG_CMD_SF=y CONFIG_CMD_I2C=y |