diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-04-14 23:21:19 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-02-14 09:31:30 +0100 |
commit | 50a5a8993d15fe090fdbf10fc25aba3f78c47d40 (patch) | |
tree | f4c80e8469c7c004faa93f453b1376a345f2992e /package/boot/uboot-imx6/patches/110-mx6cuboxi-mmc-fallback.patch | |
parent | a45953c2f2c8c0c488eca13c2b8d9164a71ed5dc (diff) | |
download | upstream-50a5a8993d15fe090fdbf10fc25aba3f78c47d40.tar.gz upstream-50a5a8993d15fe090fdbf10fc25aba3f78c47d40.tar.bz2 upstream-50a5a8993d15fe090fdbf10fc25aba3f78c47d40.zip |
uboot-imx6: bump to 2021.01 release
Refreshed all patches, removed 110-mx6cuboxi-mmc-fallback.patch as it
seems, that upstream has probably added similar funcionality in commit
6c3fbf3e456c ("mx6cuboxi: customize board_boot_order to access eMMC")
and it needs to be re-verified by device owner.
Run tested on apalis.
Cc: Felix Fietkau <nbd@nbd.name>
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/110-mx6cuboxi-mmc-fallback.patch')
-rw-r--r-- | package/boot/uboot-imx6/patches/110-mx6cuboxi-mmc-fallback.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/boot/uboot-imx6/patches/110-mx6cuboxi-mmc-fallback.patch b/package/boot/uboot-imx6/patches/110-mx6cuboxi-mmc-fallback.patch deleted file mode 100644 index 9d490ddf7e..0000000000 --- a/package/boot/uboot-imx6/patches/110-mx6cuboxi-mmc-fallback.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/board/solidrun/mx6cuboxi/mx6cuboxi.c -+++ b/board/solidrun/mx6cuboxi/mx6cuboxi.c -@@ -286,6 +286,12 @@ static void setup_iomux_enet(void) - gpio_free_list_nodev(&desc, 1); - } - -+void board_boot_order(u32 *spl_boot_list) -+{ -+ spl_boot_list[0] = spl_boot_device(); -+ spl_boot_list[1] = BOOT_DEVICE_MMC1; -+} -+ - int board_phy_config(struct phy_device *phydev) - { - if (phydev->drv->config) |