summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-02-27 14:16:38 +0100
committerAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2023-03-07 16:24:30 +0100
commit1c94e8d28af35c861585e1d25d0bce68cb5aee2d (patch)
treeef352c4c810b733c4b4611e7f9b28ded627a45c6
parent75ee45393fa97478461adebd50162247ff8cab70 (diff)
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 <marcel.ziswiler@toradex.com> Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
-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 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 <config_distro_bootcmd.h>
-#undef BOOTENV_RUN_NET_USB_START
-#define BOOTENV_RUN_NET_USB_START ""
#define CONFIG_MFG_ENV_SETTINGS \
"mfgtool_args=setenv bootargs ${consoleargs} " \