mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
include/configs: ls1012afrwy: support dhcp boot
Add support of dhcp boot for ls1012afrwy Signed-off-by: Biwen Li <biwen.li@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
d16d37bcd4
commit
fad129f329
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@
|
|||
#undef BOOT_TARGET_DEVICES
|
||||
#define BOOT_TARGET_DEVICES(func) \
|
||||
func(MMC, mmc, 0) \
|
||||
func(USB, usb, 0)
|
||||
func(USB, usb, 0) \
|
||||
func(DHCP, dhcp, na)
|
||||
#endif
|
||||
|
||||
#undef FSL_QSPI_FLASH_SIZE
|
||||
|
|
Loading…
Reference in a new issue