|
@@ -1,7 +1,7 @@
|
|
|
--- a/board/solidrun/mx6cuboxi/mx6cuboxi.c
|
|
|
+++ b/board/solidrun/mx6cuboxi/mx6cuboxi.c
|
|
|
-@@ -334,6 +334,12 @@ int board_init(void)
|
|
|
- return ret;
|
|
|
+@@ -290,6 +290,12 @@ static void setup_iomux_enet(void)
|
|
|
+ udelay(100);
|
|
|
}
|
|
|
|
|
|
+void board_boot_order(u32 *spl_boot_list)
|
|
@@ -10,12 +10,12 @@
|
|
|
+ spl_boot_list[1] = BOOT_DEVICE_MMC1;
|
|
|
+}
|
|
|
+
|
|
|
- static bool is_hummingboard(void)
|
|
|
+ int board_phy_config(struct phy_device *phydev)
|
|
|
{
|
|
|
- int val1, val2;
|
|
|
+ if (phydev->drv->config)
|
|
|
--- a/arch/arm/mach-imx/spl.c
|
|
|
+++ b/arch/arm/mach-imx/spl.c
|
|
|
-@@ -136,7 +136,7 @@ int g_dnl_bind_fixup(struct usb_device_d
|
|
|
+@@ -167,7 +167,7 @@ int g_dnl_bind_fixup(struct usb_device_d
|
|
|
/* called from spl_mmc to see type of boot mode for storage (RAW or FAT) */
|
|
|
u32 spl_boot_mode(const u32 boot_device)
|
|
|
{
|