rockchip: fix rk322x-box uboot boot order

This commit is contained in:
Paolo Sabatino 2024-06-30 16:02:58 +02:00 committed by August
parent 22ded1a485
commit f40caeff3f

View File

@ -233,7 +233,7 @@ index 0000000000..994685dba3
+#undef BOOT_TARGETS
+#undef CFG_EXTRA_ENV_SETTINGS
+
+#define BOOT_TARGETS "mmc1 usb mmc0 pxe dhcp"
+#define BOOT_TARGETS "mmc0 usb mmc1 pxe dhcp"
+
+#define CFG_EXTRA_ENV_SETTINGS \
+ "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \