uboot-imx6: bump to 2020.01 and refresh patches
[openwrt/staging/wigyori.git] / package / boot / uboot-imx6 / 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 diff --git a/configs/apalis_imx6_defconfig b/configs/apalis_imx6_defconfig
18 index 0d11ab53d663..bbb3ec1aa554 100644
19 --- a/configs/apalis_imx6_defconfig
20 +++ b/configs/apalis_imx6_defconfig
21 @@ -43,6 +43,7 @@ CONFIG_CMD_GPIO=y
22 CONFIG_CMD_GPT=y
23 CONFIG_CMD_I2C=y
24 CONFIG_CMD_MMC=y
25 +CONFIG_CMD_PART=y
26 CONFIG_CMD_USB=y
27 CONFIG_CMD_USB_SDP=y
28 CONFIG_CMD_USB_MASS_STORAGE=y
29 @@ -52,6 +53,10 @@ CONFIG_CMD_PMIC=y
30 CONFIG_CMD_REGULATOR=y
31 CONFIG_OF_CONTROL=y
32 CONFIG_DEFAULT_DEVICE_TREE="imx6-apalis"
33 +CONFIG_CMD_EXT4=y
34 +CONFIG_CMD_EXT4_WRITE=y
35 +CONFIG_CMD_FAT=y
36 +CONFIG_CMD_FS_GENERIC=y
37 CONFIG_ENV_IS_IN_MMC=y
38 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
39 CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y