[U-Boot] [PATCH 2/2] Enable PXE boot on meson-gxbb.
Andreas Färber
afaerber at suse.de
Sun Apr 16 22:04:40 UTC 2017
Am 17.04.2017 um 00:01 schrieb Vagrant Cascadian:
> Enable distro_bootcmd PXE functions on meson-gxbb systems.
>
> While DHCP boot is already supported, the format is fairly u-boot
> specific, while PXE boot supports the widely used syslinux style boot
> configuration format.
>
> Signed-off-by: Vagrant Cascadian <vagrant at debian.org>
> ---
>
> include/configs/meson-gxbb-common.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h
> index c3229ea2cf..0339feaed9 100644
> --- a/include/configs/meson-gxbb-common.h
> +++ b/include/configs/meson-gxbb-common.h
> @@ -41,6 +41,7 @@
> #define BOOT_TARGET_DEVICES(func) \
> func(MMC, mmc, 0) \
> func(MMC, mmc, 1) \
> + func(PXE, pxe, na) \
> func(DHCP, dhcp, na)
>
> #include <config_distro_bootcmd.h>
This should go after DHCP as discussed a while ago.
PXE has a lengthy list of fallbacks and I fail to see what is U-Boot
specific about DHCP.
Regards,
Andreas
--
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
More information about the U-Boot
mailing list