ee50b071e08a9e6c2911a440a78b4985d0040cd2
[openwrt/staging/chunkeey.git] / package / boot / uboot-imx / patches / 0001-apalis_imx6_defconfig-enable-some-useful-commands.patch
1 From 630b39c46b29de1874149c6b2c18c64966a0fabf Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= <ynezz@true.cz>
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
9 partition table info, EXT4 write support, support for FAT and generic FS
10 commands like load/ls that work for multiple FS types.
11
12 Signed-off-by: Petr Štetiar <ynezz@true.cz>
13 ---
14 configs/apalis_imx6_defconfig | 5 +++++
15 1 file changed, 5 insertions(+)
16
17 --- a/configs/apalis_imx6_defconfig
18 +++ b/configs/apalis_imx6_defconfig
19 @@ -60,6 +60,7 @@ CONFIG_CMD_CACHE=y
20 CONFIG_CMD_TIME=y
21 CONFIG_CMD_PMIC=y
22 CONFIG_CMD_REGULATOR=y
23 +CONFIG_CMD_EXT4_WRITE=y
24 CONFIG_OF_CONTROL=y
25 CONFIG_ENV_OVERWRITE=y
26 CONFIG_ENV_IS_IN_MMC=y