diff options
author | Priyanka Jain <priyanka.jain@nxp.com> | 2018-09-18 10:57:27 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-09-27 10:01:09 -0700 |
commit | aea5cd75e63c20de4c00ce24a93eeee8542f923e (patch) | |
tree | 9e44fea6474ffcfdc2ea78f8daa889be62d50b39 /include/configs/ls2080ardb.h | |
parent | 863e42e8b1f9e97d87919e20e34a7b98089f7522 (diff) | |
download | u-boot-aea5cd75e63c20de4c00ce24a93eeee8542f923e.tar.gz |
ls2080ardb: remove dhcp function from env as boot source
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls2080ardb.h')
-rw-r--r-- | include/configs/ls2080ardb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index 3d53a69e8a..05c02df52e 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 |