uboot-imx6: bump to 2020.04 release
[openwrt/staging/wigyori.git] / package / boot / uboot-sunxi / patches / 260-configs-a64-olinuxino-emmc-add-eMMC-boot-part-config.patch
1 From 7fa26c287b225c5e42be6d1a81d45592ec45bd9c Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= <ynezz@true.cz>
3 Date: Wed, 18 Mar 2020 12:59:01 +0100
4 Subject: [PATCH] configs: a64-olinuxino-emmc: add eMMC boot part config
5 commands
6 MIME-Version: 1.0
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
9
10 mmc bootbus and partconf commands are needed in order to be able to
11 configure booting from separate boot0/boot1 eMMC partitions.
12
13 Signed-off-by: Petr Štetiar <ynezz@true.cz>
14 ---
15 configs/a64-olinuxino-emmc_defconfig | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/configs/a64-olinuxino-emmc_defconfig b/configs/a64-olinuxino-emmc_defconfig
19 index 8443a6dae9e3..9a96a964b1dc 100644
20 --- a/configs/a64-olinuxino-emmc_defconfig
21 +++ b/configs/a64-olinuxino-emmc_defconfig
22 @@ -12,6 +12,7 @@ CONFIG_USE_PREBOOT=y
23 CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-olinuxino-emmc"
24 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
25 CONFIG_SUN8I_EMAC=y
26 +CONFIG_SUPPORT_EMMC_BOOT=y
27 CONFIG_USB_EHCI_HCD=y
28 CONFIG_USB_OHCI_HCD=y
29 CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y