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

nitrogen8m: check usb 1st when booting

parent b3dadf73
Branches
Tags
No related merge requests found
......@@ -200,8 +200,8 @@
#ifndef BOOT_TARGET_DEVICES
#define BOOT_TARGET_DEVICES(func) \
DISTRO_BOOT_DEV_MMC(func) \
DISTRO_BOOT_DEV_USB(func)
DISTRO_BOOT_DEV_USB(func) \
DISTRO_BOOT_DEV_MMC(func)
#endif
#include <config_distro_bootcmd.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment