build/patch/u-boot/u-boot-odroidn2/fix-boot-scripts-path.patch
lanefu 09f7c70010
Odroidn2 tweaks (#1498)
* prefix uboot boot_scripts with /boot/ path

* load codec modules on desktop build
2019-08-03 14:06:31 -04:00

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=" \