From e89f8aae3d67cd3d2d04cedd9735c5e5fd32b621 Mon Sep 17 00:00:00 2001 From: Mario Six Date: Wed, 28 Mar 2018 14:38:14 +0200 Subject: treewide: Migrate CONFIG_SYS_ALT_MEMTEST to Kconfig Migrate the CONFIG_SYS_ALT_MEMTEST option to Kconfig. Signed-off-by: Mario Six [trini: Re-run migration after also including CMD_MEMTEST] Signed-off-by: Tom Rini --- configs/mx6qsabrelite_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/mx6qsabrelite_defconfig') diff --git a/configs/mx6qsabrelite_defconfig b/configs/mx6qsabrelite_defconfig index 2b45dc17fd..11fea4886b 100644 --- a/configs/mx6qsabrelite_defconfig +++ b/configs/mx6qsabrelite_defconfig @@ -13,6 +13,7 @@ CONFIG_FASTBOOT=y CONFIG_FASTBOOT_BUF_ADDR=0x12000000 CONFIG_CMD_BOOTZ=y CONFIG_CMD_MEMTEST=y +CONFIG_SYS_ALT_MEMTEST=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y -- cgit