]> git.ipfire.org Git - people/ms/u-boot.git/commit - net/bootp.c
net: Optionally use pxe client arch from variable
authorAlexander Graf <agraf@suse.de>
Thu, 12 May 2016 13:51:45 +0000 (15:51 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:39:49 +0000 (15:39 -0400)
commitbc6fc28b8604eddb527217b450d86d368cc25d13
tree79d6662a6cb353b7add5d6827e8487c1f17d8a9c
parent6a6187efd238373a351369d23966e7e1759b5ad9
net: Optionally use pxe client arch from variable

The client architecture that we pass to a dhcp server depends on the target
payload that we want to execute. An EFI binary has a different client arch
than a legacy binary or a u-boot binary.

So let's parameterize the pxe client arch field to allow an override via
the distro script, so that our efi boot path can tell the dhcp server that
it's actually an efi firmware.

Signed-off-by: Alexander Graf <agraf@suse.de>
net/bootp.c