On 28/03/18 21:27, Pierre-Jean TEXIER wrote:
This enable generic file system commands (load, ls).

Signed-off-by: Pierre-Jean TEXIER <texier....@gmail.com>
---
Changes for v2:
        - None

  configs/warp7_defconfig        | 1 +
  configs/warp7_secure_defconfig | 1 +
  2 files changed, 2 insertions(+)

diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 29c4512..3856918 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -26,6 +26,7 @@ CONFIG_CMD_EXT2=y
  CONFIG_CMD_EXT4=y
  CONFIG_CMD_EXT4_WRITE=y
  CONFIG_CMD_FAT=y
+CONFIG_CMD_FS_GENERIC=y
  CONFIG_NET_RANDOM_ETHADDR=y
  CONFIG_DFU_MMC=y
  CONFIG_USB=y
diff --git a/configs/warp7_secure_defconfig b/configs/warp7_secure_defconfig
index 7310855..e894578 100644
--- a/configs/warp7_secure_defconfig
+++ b/configs/warp7_secure_defconfig
@@ -26,6 +26,7 @@ CONFIG_CMD_EXT2=y
  CONFIG_CMD_EXT4=y
  CONFIG_CMD_EXT4_WRITE=y
  CONFIG_CMD_FAT=y
+CONFIG_CMD_FS_GENERIC=y
  CONFIG_DFU_MMC=y
  CONFIG_USB=y
  CONFIG_USB_EHCI_HCD=y


Pierre,

Myself and Fabio have discussed dropping warp7_secure_defconfig. I've tested your change and it works well for the patchset I have in flight.

https://patchwork.ozlabs.org/patch/893882/

Could you drop the part of this patch for warp7_secure_defconfig - in a v3 ?

That way my patch and your patch can apply independently and in any order

Acked-by: Bryan O'Donoghue <bryan.odonog...@linaro.org>

---
bod
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to