Skip to content
Snippets Groups Projects
Commit 4bdbc1ba authored by Troy Kisky's avatar Troy Kisky
Browse files

ltch: boot order: boot from USB 1st

parent 15f3b53c
Branches
Tags
No related merge requests found
...@@ -16,6 +16,11 @@ ...@@ -16,6 +16,11 @@
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2
#define BD_I2C_MASK 7 #define BD_I2C_MASK 7
#define BOOT_TARGET_DEVICES(func) \
DISTRO_BOOT_DEV_USB(func) \
DISTRO_BOOT_DEV_MMC(func) \
DISTRO_BOOT_DEV_SATA(func)
#include "boundary.h" #include "boundary.h"
#define CONFIG_EXTRA_ENV_SETTINGS BD_BOUNDARY_ENV_SETTINGS \ #define CONFIG_EXTRA_ENV_SETTINGS BD_BOUNDARY_ENV_SETTINGS \
"usb_connect_wait=3000\0" \ "usb_connect_wait=3000\0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment