Commit f06ada614f38f3b373a44c9182ffc4c86c20d37b

Authored by Stefan Roese
Committed by Daniel Schwierzeck
1 parent 395e2d43bd

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 <sr@denx.de>
Cc: Jiri Kastner <cz172638@gmail.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

configs/linkit-smart-7688-ram_defconfig
... ... @@ -20,6 +20,7 @@
20 20 # CONFIG_CMD_FLASH is not set
21 21 CONFIG_CMD_GPIO=y
22 22 # CONFIG_CMD_LOADS is not set
  23 +CONFIG_CMD_MTD=y
23 24 CONFIG_CMD_SF=y
24 25 CONFIG_CMD_SPI=y
25 26 CONFIG_CMD_DHCP=y
configs/linkit-smart-7688_defconfig
... ... @@ -24,6 +24,7 @@
24 24 # CONFIG_CMD_FLASH is not set
25 25 CONFIG_CMD_GPIO=y
26 26 # CONFIG_CMD_LOADS is not set
  27 +CONFIG_CMD_MTD=y
27 28 CONFIG_CMD_SF=y
28 29 CONFIG_CMD_SPI=y
29 30 CONFIG_CMD_DHCP=y