]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: da850-evm: Enable filesystem commands when booting from NOR
authorAdam Ford <aford173@gmail.com>
Fri, 2 Aug 2019 21:21:55 +0000 (16:21 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 12 Aug 2019 17:33:42 +0000 (13:33 -0400)
The configuration with NOR is mutually exclusive with MMC, and as
such, the filesystem commands were disabled.  With the USB host
enabled, this patch enables the file system command which can
be executed on storage devices attached to the USB.

Signed-off-by: Adam Ford <aford173@gmail.com>
configs/da850evm_direct_nor_defconfig

index a8ebbd95ec94b4f8bb484af5f81b72f2524f2ab3..407a30fbbfc4fd9e9be9997d4b34c745d261f540 100644 (file)
@@ -29,10 +29,6 @@ CONFIG_CMD_MTD=y
 # CONFIG_CMD_SPI is not set
 # CONFIG_CMD_SETEXPR is not set
 # CONFIG_CMD_TIME is not set
-# CONFIG_CMD_EXT2 is not set
-# CONFIG_CMD_EXT4 is not set
-# CONFIG_CMD_FAT is not set
-# CONFIG_CMD_FS_GENERIC is not set
 CONFIG_CMD_MTDPARTS=y
 CONFIG_MTDIDS_DEFAULT="nor0=physmap-flash.2"
 CONFIG_MTDPARTS_DEFAULT="mtdparts=physmap-flash.2:1m(u-boot),128k(u-boot-env),-(spare)"