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>
This commit is contained in:
Pramod Kumar 2018-09-14 16:54:33 +05:30 committed by York Sun
parent 7abf92327f
commit 863e42e8b1

View File

@ -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