Revert "uboot-imx6: bump to 2021.01 release"
[openwrt/openwrt.git] / package / boot / uboot-imx6 / patches / 110-mx6cuboxi-mmc-fallback.patch
1 --- a/board/solidrun/mx6cuboxi/mx6cuboxi.c
2 +++ b/board/solidrun/mx6cuboxi/mx6cuboxi.c
3 @@ -286,6 +286,12 @@ static void setup_iomux_enet(void)
4 gpio_free_list_nodev(&desc, 1);
5 }
6
7 +void board_boot_order(u32 *spl_boot_list)
8 +{
9 + spl_boot_list[0] = spl_boot_device();
10 + spl_boot_list[1] = BOOT_DEVICE_MMC1;
11 +}
12 +
13 int board_phy_config(struct phy_device *phydev)
14 {
15 if (phydev->drv->config)