aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2018-06-15 10:29:29 +0200
committerJoe Hershberger <joe.hershberger@ni.com>2018-07-02 14:14:21 -0500
commita9ea30d267f26bee0b3a5cdd659624a866da3d19 (patch)
treea4b51ec25699bc932717c69c6a2ce23a7034ce87 /configs
parentbdce340cc6a17efe1d980eda378c3b1984059362 (diff)
downloadu-boot-midas-a9ea30d267f26bee0b3a5cdd659624a866da3d19.tar.gz
u-boot-midas-a9ea30d267f26bee0b3a5cdd659624a866da3d19.tar.bz2
u-boot-midas-a9ea30d267f26bee0b3a5cdd659624a866da3d19.zip
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/ax25-ae350_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ax25-ae350_defconfig b/configs/ax25-ae350_defconfig
index fc04c87485..a328555af6 100644
--- a/configs/ax25-ae350_defconfig
+++ b/configs/ax25-ae350_defconfig
@@ -40,3 +40,4 @@ CONFIG_DM_SPI=y
CONFIG_ATCSPI200_SPI=y
CONFIG_TIMER=y
CONFIG_ATCPIT100_TIMER=y
+CONFIG_BOOTP_PREFER_SERVERIP=y