From 7d9d1700bd70188fa7a7aa27e271fce25eceda2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Mon, 26 Oct 2015 14:19:48 +0100 Subject: [PATCH] karo: tx28: Kconfig: select CMD_ROMUPDATE for TX28 modules --- board/karo/tx28/Kconfig | 1 + configs/tx28-40x1_defconfig | 1 - configs/tx28-40x1_noenv_defconfig | 1 - configs/tx28-40x2_defconfig | 1 - configs/tx28-40x2_noenv_defconfig | 1 - configs/tx28-40x3_defconfig | 1 - configs/tx28-40x3_noenv_defconfig | 1 - configs/tx28-41x0_defconfig | 1 - configs/tx28-41x0_noenv_defconfig | 1 - 9 files changed, 1 insertion(+), 8 deletions(-) diff --git a/board/karo/tx28/Kconfig b/board/karo/tx28/Kconfig index aad93e6079..f9ba82a937 100644 --- a/board/karo/tx28/Kconfig +++ b/board/karo/tx28/Kconfig @@ -22,6 +22,7 @@ config TX28 select APBH_DMA_BURST8 select CC_OPTIMIZE_LIBS_FOR_SPEED select CMD_NAND_TRIMFFS if CMD_NAND + select CMD_ROMUPDATE select FDT_FIXUP_PARTITIONS select GET_FEC_MAC_ADDR_FROM_IIM if FEC_MXC select LIB_RAND diff --git a/configs/tx28-40x1_defconfig b/configs/tx28-40x1_defconfig index 451f207ef4..d7d24e5796 100644 --- a/configs/tx28-40x1_defconfig +++ b/configs/tx28-40x1_defconfig @@ -20,7 +20,6 @@ CONFIG_CMD_MTDPARTS=y CONFIG_CMD_NAND=y CONFIG_CMD_NAND_TRIMFFS=y CONFIG_CMD_PING=y -CONFIG_CMD_ROMUPDATE=y CONFIG_CMD_TIME=y CONFIG_DOS_PARTITION=y CONFIG_ENV_IS_IN_NAND=y diff --git a/configs/tx28-40x1_noenv_defconfig b/configs/tx28-40x1_noenv_defconfig index f268650052..d82c1e6d00 100644 --- a/configs/tx28-40x1_noenv_defconfig +++ b/configs/tx28-40x1_noenv_defconfig @@ -19,7 +19,6 @@ CONFIG_CMD_MTDPARTS=y CONFIG_CMD_NAND=y CONFIG_CMD_NAND_TRIMFFS=y CONFIG_CMD_PING=y -CONFIG_CMD_ROMUPDATE=y CONFIG_CMD_TIME=y CONFIG_DOS_PARTITION=y CONFIG_ENV_IS_IN_NAND=y diff --git a/configs/tx28-40x2_defconfig b/configs/tx28-40x2_defconfig index b82bfd9507..d0dd8e4e8f 100644 --- a/configs/tx28-40x2_defconfig +++ b/configs/tx28-40x2_defconfig @@ -20,7 +20,6 @@ CONFIG_CMD_MTDPARTS=y CONFIG_CMD_NAND=y CONFIG_CMD_NAND_TRIMFFS=y CONFIG_CMD_PING=y -CONFIG_CMD_ROMUPDATE=y CONFIG_CMD_TIME=y CONFIG_DOS_PARTITION=y CONFIG_ENV_IS_IN_NAND=y diff --git a/configs/tx28-40x2_noenv_defconfig b/configs/tx28-40x2_noenv_defconfig index deef2c9356..ad8aa74aaf 100644 --- a/configs/tx28-40x2_noenv_defconfig +++ b/configs/tx28-40x2_noenv_defconfig @@ -19,7 +19,6 @@ CONFIG_CMD_MTDPARTS=y CONFIG_CMD_NAND=y CONFIG_CMD_NAND_TRIMFFS=y CONFIG_CMD_PING=y -CONFIG_CMD_ROMUPDATE=y CONFIG_CMD_TIME=y CONFIG_DOS_PARTITION=y CONFIG_ENV_IS_IN_NAND=y diff --git a/configs/tx28-40x3_defconfig b/configs/tx28-40x3_defconfig index da4e1324bd..c2eb455f15 100644 --- a/configs/tx28-40x3_defconfig +++ b/configs/tx28-40x3_defconfig @@ -20,7 +20,6 @@ CONFIG_CMD_MTDPARTS=y CONFIG_CMD_NAND=y CONFIG_CMD_NAND_TRIMFFS=y CONFIG_CMD_PING=y -CONFIG_CMD_ROMUPDATE=y CONFIG_CMD_TIME=y CONFIG_DOS_PARTITION=y CONFIG_ENV_IS_IN_NAND=y diff --git a/configs/tx28-40x3_noenv_defconfig b/configs/tx28-40x3_noenv_defconfig index d4c293a975..220eda958d 100644 --- a/configs/tx28-40x3_noenv_defconfig +++ b/configs/tx28-40x3_noenv_defconfig @@ -19,7 +19,6 @@ CONFIG_CMD_MTDPARTS=y CONFIG_CMD_NAND=y CONFIG_CMD_NAND_TRIMFFS=y CONFIG_CMD_PING=y -CONFIG_CMD_ROMUPDATE=y CONFIG_CMD_TIME=y CONFIG_DOS_PARTITION=y CONFIG_ENV_IS_IN_NAND=y diff --git a/configs/tx28-41x0_defconfig b/configs/tx28-41x0_defconfig index 118a6e0de5..75e5944e04 100644 --- a/configs/tx28-41x0_defconfig +++ b/configs/tx28-41x0_defconfig @@ -20,7 +20,6 @@ CONFIG_CMD_MTDPARTS=y CONFIG_CMD_NAND=y CONFIG_CMD_NAND_TRIMFFS=y CONFIG_CMD_PING=y -CONFIG_CMD_ROMUPDATE=y CONFIG_CMD_TIME=y CONFIG_DOS_PARTITION=y CONFIG_ENV_IS_IN_NAND=y diff --git a/configs/tx28-41x0_noenv_defconfig b/configs/tx28-41x0_noenv_defconfig index 3dc07657d1..7d03d96995 100644 --- a/configs/tx28-41x0_noenv_defconfig +++ b/configs/tx28-41x0_noenv_defconfig @@ -19,7 +19,6 @@ CONFIG_CMD_MTDPARTS=y CONFIG_CMD_NAND=y CONFIG_CMD_NAND_TRIMFFS=y CONFIG_CMD_PING=y -CONFIG_CMD_ROMUPDATE=y CONFIG_CMD_TIME=y CONFIG_DOS_PARTITION=y CONFIG_ENV_IS_IN_NAND=y -- 2.39.2