Re: [U-Boot] [PATCH v2 3/3] ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP

2018-06-15 Thread Alexander Graf
On 15.06.18 22:36, Joe Hershberger wrote: > On Fri, Jun 15, 2018 at 3:33 PM, Alexander Graf wrote: >> >> >> On 15.06.18 22:08, Joe Hershberger wrote: >>> On Fri, Jun 15, 2018 at 3:24 AM, Alexander Graf wrote: On 14.06.18 18:58, Joe Hershberger wrote: > On Thu, Jun 14, 2018

Re: [U-Boot] [PATCH v2 3/3] ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP

2018-06-15 Thread Joe Hershberger
On Fri, Jun 15, 2018 at 3:33 PM, Alexander Graf wrote: > > > On 15.06.18 22:08, Joe Hershberger wrote: >> On Fri, Jun 15, 2018 at 3:24 AM, Alexander Graf wrote: >>> >>> >>> On 14.06.18 18:58, Joe Hershberger wrote: On Thu, Jun 14, 2018 at 5:04 AM, Alexander Graf wrote: > The ax25-ae350

Re: [U-Boot] [PATCH v2 3/3] ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP

2018-06-15 Thread Alexander Graf
On 15.06.18 22:08, Joe Hershberger wrote: > On Fri, Jun 15, 2018 at 3:24 AM, Alexander Graf wrote: >> >> >> On 14.06.18 18:58, Joe Hershberger wrote: >>> On Thu, Jun 14, 2018 at 5:04 AM, Alexander Graf wrote: The ax25-ae350 target currently uses CONFIG_BOOTP_SERVERIP which means we

Re: [U-Boot] [PATCH v2 3/3] ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP

2018-06-15 Thread Joe Hershberger
On Fri, Jun 15, 2018 at 3:24 AM, Alexander Graf wrote: > > > On 14.06.18 18:58, Joe Hershberger wrote: >> On Thu, Jun 14, 2018 at 5:04 AM, Alexander Graf wrote: >>> The ax25-ae350 target currently uses CONFIG_BOOTP_SERVERIP which means we >>> ignore the DHCP provided TFTP ip address. This breaks

Re: [U-Boot] [PATCH v2 3/3] ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP

2018-06-15 Thread Alexander Graf
On 14.06.18 18:58, Joe Hershberger wrote: > On Thu, Jun 14, 2018 at 5:04 AM, Alexander Graf wrote: >> 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

Re: [U-Boot] [PATCH v2 3/3] ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP

2018-06-14 Thread Joe Hershberger
On Thu, Jun 14, 2018 at 5:04 AM, Alexander Graf wrote: > 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

[U-Boot] [PATCH v2 3/3] ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP

2018-06-14 Thread Alexander Graf
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