From: Lothar Waßmann Date: Fri, 12 Jun 2015 08:55:41 +0000 (+0200) Subject: kconfig: add Kconfig option for CMD_ROMUPDATE X-Git-Tag: KARO-TXA5-2015-06-26~28 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=cccb57bfd8f5f0573b834287d484bf19ea0bc393 kconfig: add Kconfig option for CMD_ROMUPDATE --- diff --git a/common/Kconfig b/common/Kconfig index a8958b8343..b6a4554d82 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -214,6 +214,10 @@ config CMD_NAND_TRIMFFS for using NAND flash filesystems on NAND controllers with a non-0xff ECC code for all 0xff data. +config CMD_ROMUPDATE + bool + depends on NAND + config CMD_MMC bool "mmc/sd" select PARTITIONS