build/patch/u-boot/u-boot-mvebu-edge/target_spi/helios4-reorder-boot-device.patch
Igor Pečovnik 0cdffb29b0
Renaming DEV branch to EDGE (#2704)
* Change DEV to EDGE
* Renaming patches dev folder to edge
* Move patches into subdir where they will be archived.
* Relink patch directories properly
2021-03-24 19:01:53 +01:00

15 lines
413 B
Diff

diff --git a/include/configs/helios4.h b/include/configs/helios4.h
index 299c58d..7ccb9e0 100644
--- a/include/configs/helios4.h
+++ b/include/configs/helios4.h
@@ -159,9 +159,9 @@
#endif
#define BOOT_TARGET_DEVICES(func) \
- BOOT_TARGET_DEVICES_MMC(func) \
BOOT_TARGET_DEVICES_USB(func) \
BOOT_TARGET_DEVICES_SATA(func) \
+ BOOT_TARGET_DEVICES_MMC(func) \
func(PXE, pxe, na) \
func(DHCP, dhcp, na)