From 863e42e8b1f9e97d87919e20e34a7b98089f7522 Mon Sep 17 00:00:00 2001 From: Pramod Kumar Date: Fri, 14 Sep 2018 16:54:33 +0530 Subject: [PATCH] ls1088a: remove dhcp function from u-boot env as boot source Signed-off-by: Pramod Kumar Reviewed-by: York Sun --- include/configs/ls1088ardb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index eb220bf..363154a 100644 --- a/include/configs/ls1088ardb.h +++ b/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 #endif -- 2.7.4