diff options
| author | Marcel Ziswiler <[email protected]> | 2023-01-16 20:05:05 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-01-30 21:05:45 +0100 |
| commit | b2f2ee3e7ba5c9c7060648f1c19fb15b1deca547 (patch) | |
| tree | 202804063dc1db1d3a1104f902e198fb5d63faf2 /include | |
| parent | d48827e323465bb0524a2b9ece2307bd34d77288 (diff) | |
apalis-imx8: 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 <[email protected]>
Signed-off-by: Francesco Dolcini <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/apalis-imx8.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h index 6b0541f1d84..5d1ee490fb0 100644 --- a/include/configs/apalis-imx8.h +++ b/include/configs/apalis-imx8.h @@ -17,14 +17,13 @@ "ramdisk_addr_r=0x94400000\0" \ "scriptaddr=0x87000000\0" +/* Enable Distro Boot */ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 1) \ func(MMC, mmc, 2) \ 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 "" /* Initial environment variables */ #define CFG_EXTRA_ENV_SETTINGS \ |
