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

18 Sep
2018
18 Sep
'18
7:27 a.m.
Signed-off-by: Priyanka Jain priyanka.jain@nxp.com --- include/configs/ls2080ardb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index 3d53a69..05c02df 100644 --- a/include/configs/ls2080ardb.h +++ b/include/configs/ls2080ardb.h @@ -323,8 +323,7 @@ unsigned long get_board_sys_clk(void); #define BOOT_TARGET_DEVICES(func) \ func(USB, usb, 0) \ func(MMC, mmc, 0) \ - func(SCSI, scsi, 0) \ - func(DHCP, dhcp, na) + func(SCSI, scsi, 0) #include <config_distro_bootcmd.h>
#ifdef CONFIG_QSPI_BOOT
--
2.7.4

28 Sep
28 Sep
5:47 p.m.
New subject: [U-Boot] [PATCH] ls2080ardb: remove dhcp function from env as boot source
On 09/17/2018 10:29 PM, Priyanka Jain wrote:
Signed-off-by: Priyanka Jain priyanka.jain@nxp.com
Applied to fsl-qoriq master, awaiting upstream. Thanks.
York
2414
Age (days ago)
2424
Last active (days ago)
1 comments
2 participants
participants (2)
-
Priyanka Jain
-
York Sun