]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: IGEP0033: Remove undef of CONFIG_CMD_MEMTEST
authorEnric Balletbo i Serra <eballetbo@iseebcn.com>
Thu, 25 Jul 2013 07:27:36 +0000 (09:27 +0200)
committerTom Rini <trini@ti.com>
Thu, 15 Aug 2013 12:51:10 +0000 (08:51 -0400)
After commit:

  79cd2f814b1c75efd47161ac27f4cbebf768240f config_cmd_default.h: Remove CONFIG_CMD_MEMTEST

It's not necessary to undef the CONFIG_CMD_MEMTEST, so we can remove it from
configuration file.

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
include/configs/igep0033.h

index 240ad780fc8aedd23e7bf6871062673098a2c5a1..5a33e0d076916e58630bf333d3968eabfca4a2ff 100644 (file)
 #define CONFIG_CMD_UBI
 #define CONFIG_CMD_UBIFS
 
-/*
- * Because the issues explained in doc/README.memory-test, the "mtest command
- * is considered deprecated. It should not be enabled in most normal ports of
- * U-Boot.
- */
-#undef CONFIG_CMD_MEMTEST
-
 #define CONFIG_BOOTDELAY               1       /* negative for no autoboot */
 #define CONFIG_ENV_VARS_UBOOT_CONFIG
 #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG