summaryrefslogtreecommitdiffstats
path: root/include/configs/igep0033.h
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <eballetbo@iseebcn.com>2013-07-25 09:27:36 +0200
committerTom Rini <trini@ti.com>2013-08-15 08:51:10 -0400
commitd69cc4a318d35e202243785f3d1d9a07ef48a688 (patch)
tree6fd6fc17bcb9a2c10399b2fb93953601483e4297 /include/configs/igep0033.h
parent8d0afcd7c216610100c50f75c788bb1254d68871 (diff)
downloadtalos-obmc-uboot-d69cc4a318d35e202243785f3d1d9a07ef48a688.tar.gz
talos-obmc-uboot-d69cc4a318d35e202243785f3d1d9a07ef48a688.zip
ARM: IGEP0033: Remove undef of CONFIG_CMD_MEMTEST
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>
Diffstat (limited to 'include/configs/igep0033.h')
-rw-r--r--include/configs/igep0033.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/igep0033.h b/include/configs/igep0033.h
index 240ad780fc..5a33e0d076 100644
--- a/include/configs/igep0033.h
+++ b/include/configs/igep0033.h
@@ -60,13 +60,6 @@
#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
OpenPOWER on IntegriCloud