mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-07 22:51:55 +00:00
* Add initial support for Odroid N2+ * Update C4 config and test booting * Updates to C4, N2, N2+ - merge C4 and N2 legacy under meson64, same u-boot - upgrade legacy kernel to meed DTB from mainline - merge N2 and N2+, add a hack to display + in motd when N2+ is detected - shortly spin N2 fan at startup - merged N2 mainline and legacy boot script - add upstream patches * One of the regulators were breaking booting of Odroid N2 Co-authored-by: Werner <EvilOlaf@users.noreply.github.com>
13 lines
531 B
Diff
13 lines
531 B
Diff
diff --git a/include/configs/odroid-g12-common.h b/include/configs/odroid-g12-common.h
|
|
index 1539e68..3828642 100644
|
|
--- a/include/configs/odroid-g12-common.h
|
|
+++ b/include/configs/odroid-g12-common.h
|
|
@@ -96,7 +96,7 @@
|
|
|
|
#define ENV_BOOT_ORDER_DEFAULT "boot_order=mmc rawimage usb pxe spi\0"
|
|
|
|
-#define ENV_BOOTSCRIPTS_DEFAULT "boot_scripts=boot.ini boot.scr\0"
|
|
+#define ENV_BOOTSCRIPTS_DEFAULT "boot_scripts=boot.ini boot.scr /boot/boot.ini /boot/boot.scr\0"
|
|
|
|
#define ENV_BOOT_ATTEMPT_DEFAULT \
|
|
"boot_attempt=" \
|