0001-apalis_imx6_defconfig-enable-some-useful-commands.patch 839 B

1234567891011121314151617181920212223242526
  1. From 630b39c46b29de1874149c6b2c18c64966a0fabf 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. --- a/configs/apalis_imx6_defconfig
  15. +++ b/configs/apalis_imx6_defconfig
  16. @@ -60,6 +60,7 @@ CONFIG_CMD_CACHE=y
  17. CONFIG_CMD_TIME=y
  18. CONFIG_CMD_PMIC=y
  19. CONFIG_CMD_REGULATOR=y
  20. +CONFIG_CMD_EXT4_WRITE=y
  21. CONFIG_OF_CONTROL=y
  22. CONFIG_ENV_OVERWRITE=y
  23. CONFIG_ENV_IS_IN_MMC=y