]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
include: configs: tegra-common-post: make usb first boot target
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 18 Jun 2024 10:07:57 +0000 (13:07 +0300)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 5 Jul 2024 06:01:37 +0000 (09:01 +0300)
This ensures that the device can boot from a USB device prior to MMC. Useful
cases are when installing a new OS from USB while MMC still has a working OS
configuration or if the OS configuration is broken in late boot stages
(kernel boots but the system does not start).

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
include/configs/tegra-common-post.h

index fc74980f7caab8dd6adea242307eacf08abd2e88..2f08dfed020faa5dfd63b77d87b7395a56b5d699 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef __TEGRA_COMMON_POST_H
 #define __TEGRA_COMMON_POST_H
 
-#define BOOT_TARGETS   "mmc1 mmc0 usb pxe dhcp"
+#define BOOT_TARGETS   "usb mmc1 mmc0 pxe dhcp"
 
 #ifdef CONFIG_TEGRA_KEYBOARD
 #define STDIN_KBD_KBC ",tegra-kbc"