aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-imx6/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-03-01 22:26:02 +0100
committerPetr Štetiar <ynezz@true.cz>2020-03-08 15:10:55 +0100
commita61c787f9f74a34074f8c69cc0325a65af5c3845 (patch)
treeaa0525277948548414a2c46574c6267e520ddb4b /package/boot/uboot-imx6/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch
parentd1c2b25212fdfdf50bafb16cb8aa6197f780408c (diff)
downloadupstream-a61c787f9f74a34074f8c69cc0325a65af5c3845.tar.gz
upstream-a61c787f9f74a34074f8c69cc0325a65af5c3845.tar.bz2
upstream-a61c787f9f74a34074f8c69cc0325a65af5c3845.zip
uboot-imx6: bump to 2020.01 and refresh patches
Update U-Boot to latest release, remove `100-wandboard-enable-fit.patch` as FIT support was added in commit 5b8585825128 ("wandboard: Add FIT image support"). Rework `110-mx6cuboxi-mmc-fallback.patch` into two patches as there was new config option `CONFIG_SPL_FORCE_MMC_BOOT` added upstream which should provide the same functionality as the previous patch hunk. Moving Apalis towards generic distro_bootcmd. Cc: Vladimir Vid <vladimir.vid@sartura.hr> Cc: Tim Harvey <tharvey@gateworks.com> Cc: Koen Vandeputte <koen.vandeputte@ncentric.com> Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/boot/uboot-imx6/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch')
-rw-r--r--package/boot/uboot-imx6/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/package/boot/uboot-imx6/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch b/package/boot/uboot-imx6/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch
new file mode 100644
index 0000000000..19b73e3c9f
--- /dev/null
+++ b/package/boot/uboot-imx6/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch
@@ -0,0 +1,23 @@
+From 00ad8b42dfe801107db25ead8249cb10afcd0f94 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20=C5=A0tetiar?= <ynezz@true.cz>
+Date: Sun, 1 Mar 2020 22:10:23 +0100
+Subject: [PATCH] mx6cuboxi_defconfig: force mmc boot
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Štetiar <ynezz@true.cz>
+---
+ configs/mx6cuboxi_defconfig | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/configs/mx6cuboxi_defconfig
++++ b/configs/mx6cuboxi_defconfig
+@@ -6,6 +6,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y
+ CONFIG_SPL_LIBGENERIC_SUPPORT=y
+ CONFIG_TARGET_MX6CUBOXI=y
+ CONFIG_SPL_MMC_SUPPORT=y
++CONFIG_SPL_FORCE_MMC_BOOT=y
+ CONFIG_SPL_SERIAL_SUPPORT=y
+ CONFIG_ENV_SIZE=0x2000
+ CONFIG_ENV_OFFSET=0xFE000