0001-apalis_imx6_defconfig-enable-some-useful-commands.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. From 40fea3f6913086566586ba3a7304e28e670c9455 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Petr=20=C5=A0tetiar?= <[email protected]>
  3. Date: Sun, 1 Mar 2020 22:47:31 +0100
  4. Subject: [PATCH] apalis_imx6_defconfig: enable some useful commands
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. partition table info, EXT4 write support, support for FAT and generic FS
  9. commands like load/ls that work for multiple FS types.
  10. Signed-off-by: Petr Štetiar <[email protected]>
  11. ---
  12. configs/apalis_imx6_defconfig | 5 +++++
  13. 1 file changed, 5 insertions(+)
  14. diff --git a/configs/apalis_imx6_defconfig b/configs/apalis_imx6_defconfig
  15. index 1c791ab74846..4d21e9680747 100644
  16. --- a/configs/apalis_imx6_defconfig
  17. +++ b/configs/apalis_imx6_defconfig
  18. @@ -46,6 +46,7 @@ CONFIG_CMD_I2C=y
  19. # CONFIG_CMD_LOADB is not set
  20. # CONFIG_CMD_LOADS is not set
  21. CONFIG_CMD_MMC=y
  22. +CONFIG_CMD_PART=y
  23. CONFIG_CMD_USB=y
  24. CONFIG_CMD_USB_SDP=y
  25. CONFIG_CMD_USB_MASS_STORAGE=y
  26. @@ -58,6 +59,10 @@ CONFIG_CMD_PMIC=y
  27. CONFIG_CMD_REGULATOR=y
  28. CONFIG_OF_CONTROL=y
  29. CONFIG_ENV_OVERWRITE=y
  30. +CONFIG_CMD_EXT4=y
  31. +CONFIG_CMD_EXT4_WRITE=y
  32. +CONFIG_CMD_FAT=y
  33. +CONFIG_CMD_FS_GENERIC=y
  34. CONFIG_ENV_IS_IN_MMC=y
  35. CONFIG_SYS_RELOC_GD_ENV_ADDR=y
  36. CONFIG_SYS_MMC_ENV_PART=1