From: Nobuhiro Iwamatsu Date: Thu, 4 Aug 2016 04:45:48 +0000 (+0900) Subject: ARM: rmobile: Remove duplicate configs by Kconfig in rcar-gen3-common.h X-Git-Tag: KARO-TXSD-2017-03-15~269^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b1db95492ac1d51617fc34bdc44f98670dc7641a;p=karo-tx-uboot.git ARM: rmobile: Remove duplicate configs by Kconfig in rcar-gen3-common.h This commit remove dupilicate following configs from rcar-gen3-common.h. - CONFIG_CMD_BOOTZ - CONFIG_BOOTDELAY - CONFIG_CMD_EDITENV - CONFIG_CMD_SAVEENV - CONFIG_CMD_MEMORY - CONFIG_CMD_RUN - CONFIG_CMD_LOADS Signed-off-by: Nobuhiro Iwamatsu --- diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index 617a2cfaca..89cde2035a 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -13,18 +13,13 @@ #include #define CONFIG_CMD_BOOTI -#define CONFIG_CMD_EDITENV -#define CONFIG_CMD_SAVEENV -#define CONFIG_CMD_MEMORY #define CONFIG_CMD_DFL #define CONFIG_CMD_SDRAM -#define CONFIG_CMD_RUN -#define CONFIG_CMD_LOADS -#define CONFIG_CMD_BOOTZ #define CONFIG_CMD_FAT #define CONFIG_CMD_EXT2 #define CONFIG_CMD_EXT4 #define CONFIG_CMD_EXT4_WRITE +#define CONFIG_CMD_FDT #define CONFIG_REMAKE_ELF @@ -45,7 +40,6 @@ #define CONFIG_OF_LIBFDT #define CONFIG_BAUDRATE 115200 -#define CONFIG_BOOTDELAY 3 #define CONFIG_VERSION_VARIABLE #undef CONFIG_SHOW_BOOT_PROGRESS