From: Martin Jerabek Date: Tue, 17 May 2016 21:50:13 +0000 (+0200) Subject: u-boot: changed config to enable getting serverip from DHCP X-Git-Url: http://rtime.felk.cvut.cz/gitweb/fpga/zynq/canbench-sw.git/commitdiff_plain/ab506b05e6dd6abc4ec377ad57c09e4c7c44f51b u-boot: changed config to enable getting serverip from DHCP --- diff --git a/petalinux/Makefile b/petalinux/Makefile index d2eb497..c0ff607 100644 --- a/petalinux/Makefile +++ b/petalinux/Makefile @@ -26,6 +26,7 @@ subsystems/linux/configs/u-boot/platform-auto.h: FORCE | build/linux/u-boot/Make # but something sometimes will go crazy and disable it, sometimes it does not # With this hack it works OK. sed -r -i '/CONFIG_BOOTCOMMAND/a #define CONFIG_IMAGE_FORMAT_LEGACY' $@ + sed -r -i '/CONFIG_BOOTCOMMAND/a #undef CONFIG_BOOTP_SERVERIP' $@ build/linux/u-boot/Makefile: petalinux-build -c u-boot