mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
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>
This commit is contained in:
parent
e861622c57
commit
71ce5f2b88
1 changed files with 1 additions and 2 deletions
|
@ -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} " \
|
||||
|
|
Loading…
Reference in a new issue