[U-Boot] [PATCH] ls1088a: remove dhcp function from u-boot env as boot source

14 Sep
2018
14 Sep
'18
1:24 p.m.
Signed-off-by: Pramod Kumar pramod.kumar_1@nxp.com --- 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 eb220bf6e9..363154a40b 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 <config_distro_bootcmd.h> #endif
--
2.17.1

28 Sep
28 Sep
5:46 p.m.
New subject: [U-Boot] [PATCH] ls1088a: remove dhcp function from u-boot env as boot source
On 09/14/2018 04:24 AM, Pramod Kumar wrote:
Signed-off-by: Pramod Kumar pramod.kumar_1@nxp.com
Applied to fsl-qoriq master, awaiting upstream. Thanks.
York
2414
Age (days ago)
2428
Last active (days ago)
1 comments
2 participants
participants (2)
-
Pramod Kumar
-
York Sun