diff options
author | Tom Warren <twarren@nvidia.com> | 2020-03-26 15:59:14 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2020-04-02 14:30:01 -0700 |
commit | 224595abaae918a64fba2625553e51a482ead084 (patch) | |
tree | 2636f73ac7abbef6fda825894028efb02f886e71 /configs/p2571_defconfig | |
parent | c0d436fe892f1cc31bde3426834fe8512bc8a029 (diff) | |
download | u-boot-224595abaae918a64fba2625553e51a482ead084.tar.gz |
tegra: Enable CONFIG_BOOTP_PREFER_SERVERIP for all Jetson boards
This allows the user to set $serverip in the environment before
executing a DHCP request. If they do, U-Boot will use that IP rather
than using the IP in the DHCP response.
Signed-off-by: Tom Warren <twarren@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'configs/p2571_defconfig')
-rw-r--r-- | configs/p2571_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/p2571_defconfig b/configs/p2571_defconfig index 721c5c5f36..43c24b8330 100644 --- a/configs/p2571_defconfig +++ b/configs/p2571_defconfig @@ -44,3 +44,4 @@ CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_USB_HOST_ETHER=y CONFIG_USB_ETHER_ASIX=y +CONFIG_BOOTP_PREFER_SERVERIP=y |