From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Date: Fri, 3 Mar 2023 13:26:29 +0000 (+0100)
Subject: colibri-imx8x: remove obsolete net usb start
X-Git-Tag: v2025.01-rc5-pxa1908~1023^2~16^2~32
X-Git-Url: http://git.dujemihanovic.xyz/%22/icons/right.gif/static/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=71ce5f2b884c74a5b236c1f3b12df4fea91edbf4;p=u-boot.git

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 <marcel.ziswiler@toradex.com>
Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
---

diff --git a/include/configs/colibri-imx8x.h b/include/configs/colibri-imx8x.h
index b337ef2853..c530cd7db9 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} " \