Explorar o código

ls1088a: remove dhcp function from u-boot env as boot source

Signed-off-by: Pramod Kumar <pramod.kumar_1@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Pramod Kumar %!s(int64=6) %!d(string=hai) anos
pai
achega
863e42e8b1
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      include/configs/ls1088ardb.h

+ 1 - 2
include/configs/ls1088ardb.h

@@ -455,8 +455,7 @@
 
 #define BOOT_TARGET_DEVICES(func) \
 	func(MMC, mmc, 0) \
-	func(SCSI, scsi, 0) \
-	func(DHCP, dhcp, na)
+	func(SCSI, scsi, 0)
 #include <config_distro_bootcmd.h>
 #endif