diff mbox series

[v1,04/17] colibri-imx8x: remove obsolete net usb start

Message ID 20230303132642.15574-5-andrejs.cainikovs@toradex.com
State Accepted
Commit 71ce5f2b884c74a5b236c1f3b12df4fea91edbf4
Delegated to: Stefano Babic
Headers show
Series colibri-imx8x: support refresh | expand

Commit Message

Andrejs Cainikovs March 3, 2023, 1:26 p.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

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>
---
 include/configs/colibri-imx8x.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Stefano Babic March 30, 2023, 11:42 a.m. UTC | #1
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 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>
Applied to u-boot-imx, next, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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} " \