]> git.baikalelectronics.ru Git - uboot.git/commit
ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP
authorAlexander Graf <agraf@suse.de>
Fri, 15 Jun 2018 08:29:29 +0000 (10:29 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 2 Jul 2018 19:14:21 +0000 (14:14 -0500)
commit6e3518d5bae76c9ce159923dd5b8a62f3e514a63
treea4b51ec25699bc932717c69c6a2ce23a7034ce87
parent19cc7b74b526e05d268333320ade6c883cdced0a
ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP

The ax25-ae350 target currently uses CONFIG_BOOTP_SERVERIP which means we
ignore the DHCP provided TFTP ip address. This breaks every case where we
do now provide a serverip environment variable.

Instead, let's use the new CONFIG_BOOT_PREFER_SERVERIP option to fall back
to the DHCP provided TFTP IP if no serverip environment variable is set.

Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Rick Chen <rick@andestech.com>
configs/ax25-ae350_defconfig
include/configs/ax25-ae350.h