mirror of
https://xff.cz/git/u-boot/
synced 2025-09-18 00:52:07 +02:00
ARM: IGEP0033: Remove undef of CONFIG_CMD_MEMTEST
After commit:
79cd2f814b
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>
This commit is contained in:
committed by
Tom Rini
parent
8d0afcd7c2
commit
d69cc4a318
@@ -60,13 +60,6 @@
|
|||||||
#define CONFIG_CMD_UBI
|
#define CONFIG_CMD_UBI
|
||||||
#define CONFIG_CMD_UBIFS
|
#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_BOOTDELAY 1 /* negative for no autoboot */
|
||||||
#define CONFIG_ENV_VARS_UBOOT_CONFIG
|
#define CONFIG_ENV_VARS_UBOOT_CONFIG
|
||||||
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
|
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
|
||||||
|
Reference in New Issue
Block a user