From 1c94e8d28af35c861585e1d25d0bce68cb5aee2d Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 27 Feb 2023 14:16:38 +0100 Subject: colibri-imx8x: remove obsolete net usb start Remove obsolete net USB start. While at it also add a comment about enabling distro-boot. Upstream-Status: Submitted [https://lore.kernel.org/all/20230303132642.15574-5-andrejs.cainikovs@toradex.com/] Signed-off-by: Marcel Ziswiler Signed-off-by: Andrejs Cainikovs --- include/configs/colibri-imx8x.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/configs/colibri-imx8x.h b/include/configs/colibri-imx8x.h index b4897c79a7..cb3a853ed5 100644 --- a/include/configs/colibri-imx8x.h +++ b/include/configs/colibri-imx8x.h @@ -39,13 +39,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 -#undef BOOTENV_RUN_NET_USB_START -#define BOOTENV_RUN_NET_USB_START "" #define CONFIG_MFG_ENV_SETTINGS \ "mfgtool_args=setenv bootargs ${consoleargs} " \ -- cgit v1.2.3