b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 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) |