summaryrefslogtreecommitdiff
path: root/include/config_distro_bootcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config_distro_bootcmd.h')
-rw-r--r--include/config_distro_bootcmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
index 9ecaf38a33..b227cf422f 100644
--- a/include/config_distro_bootcmd.h
+++ b/include/config_distro_bootcmd.h
@@ -212,7 +212,9 @@
#endif
#ifdef CONFIG_CMD_USB
+#ifndef BOOTENV_RUN_NET_USB_START
#define BOOTENV_RUN_NET_USB_START "run boot_net_usb_start; "
+#endif
#define BOOTENV_SHARED_USB \
"boot_net_usb_start=usb start\0" \
"usb_boot=" \