summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <[email protected]>2023-03-03 14:26:29 +0100
committerStefano Babic <[email protected]>2023-03-30 10:47:30 +0200
commit71ce5f2b884c74a5b236c1f3b12df4fea91edbf4 (patch)
tree64ba957e8319f8a9aa616003e29377e60f79aa1d /include
parente861622c57054bd886f5b6137abab99a83ac0c53 (diff)
colibri-imx8x: remove obsolete net usb start
Remove obsolete net USB start. While at it also add a comment about enabling distro-boot. Signed-off-by: Marcel Ziswiler <[email protected]> Signed-off-by: Andrejs Cainikovs <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri-imx8x.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/colibri-imx8x.h b/include/configs/colibri-imx8x.h
index b337ef28533..c530cd7db9a 100644
--- a/include/configs/colibri-imx8x.h
+++ b/include/configs/colibri-imx8x.h
@@ -35,13 +35,12 @@
#define MFG_NAND_PARTITION ""
+/* Enable Distro Boot */
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 1) \
func(MMC, mmc, 0) \
func(DHCP, dhcp, na)
#include <config_distro_bootcmd.h>
-#undef BOOTENV_RUN_NET_USB_START
-#define BOOTENV_RUN_NET_USB_START ""
#define CFG_MFG_ENV_SETTINGS \
"mfgtool_args=setenv bootargs ${consoleargs} " \