mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* Move all legacy u-boot patches under one general legacy folder * Move 32b Rockchip under 2022.04 and legacy for Miqi Tested * Move Rock 3A patch dir under legacy * Move / merge meson64 patch folder into v2022.07 Merge 2022.04 (mainly Rockchip 32) into 2022.07, tested * Remove not needed patch * Add last kernel version to config
16 lines
413 B
Diff
16 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)
|
|
|