uboot-imx6: bump to 2021.01 release
[openwrt/staging/wigyori.git] / package / boot / uboot-imx6 / patches / 0001-apalis_imx6_defconfig-enable-some-useful-commands.patch
1 From 40fea3f6913086566586ba3a7304e28e670c9455 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 1c791ab74846..4d21e9680747 100644
19 --- a/configs/apalis_imx6_defconfig
20 +++ b/configs/apalis_imx6_defconfig
21 @@ -46,6 +46,7 @@ CONFIG_CMD_I2C=y
22 # CONFIG_CMD_LOADB is not set
23 # CONFIG_CMD_LOADS is not set
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 @@ -58,6 +59,10 @@ CONFIG_CMD_PMIC=y
30 CONFIG_CMD_REGULATOR=y
31 CONFIG_OF_CONTROL=y
32 CONFIG_ENV_OVERWRITE=y
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_SYS_MMC_ENV_PART=1