From: Stefan Roese Date: Mon, 18 Feb 2019 09:46:55 +0000 (+0100) Subject: mips: mt76xx: linkit: Add mtd command support X-Git-Tag: v2019.07-rc1~26^2~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f06ada614f38f3b373a44c9182ffc4c86c20d37b;p=oweals%2Fu-boot.git mips: mt76xx: linkit: Add mtd command support The new mtd is very useful so let's enable it on the LinkIt Smart 7688 as well. Signed-off-by: Stefan Roese Cc: Jiri Kastner Cc: Daniel Schwierzeck --- diff --git a/configs/linkit-smart-7688-ram_defconfig b/configs/linkit-smart-7688-ram_defconfig index 2d3ab7e35c..7ca5223614 100644 --- a/configs/linkit-smart-7688-ram_defconfig +++ b/configs/linkit-smart-7688-ram_defconfig @@ -20,6 +20,7 @@ CONFIG_CMD_MEMINFO=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y # CONFIG_CMD_LOADS is not set +CONFIG_CMD_MTD=y CONFIG_CMD_SF=y CONFIG_CMD_SPI=y CONFIG_CMD_DHCP=y diff --git a/configs/linkit-smart-7688_defconfig b/configs/linkit-smart-7688_defconfig index ad34aaf640..6974d47e0d 100644 --- a/configs/linkit-smart-7688_defconfig +++ b/configs/linkit-smart-7688_defconfig @@ -24,6 +24,7 @@ CONFIG_CMD_MEMINFO=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y # CONFIG_CMD_LOADS is not set +CONFIG_CMD_MTD=y CONFIG_CMD_SF=y CONFIG_CMD_SPI=y CONFIG_CMD_DHCP=y