[U-Boot] [U-Boot,v3] odroid-c2: Enable distro boot

Vagrant Cascadian vagrant at debian.org
Wed Jan 18 21:04:25 CET 2017


On 2017-01-15, Andreas Färber wrote:
> Use the generic "distro" boot framework to enable automatic DHCP boot.

Thanks for this!


> diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h
> index 3bba2e6..75f6dc5 100644
> --- a/include/configs/meson-gxbb-common.h
> +++ b/include/configs/meson-gxbb-common.h
> @@ -40,4 +40,18 @@
>  
>  #include <config_distro_defaults.h>
>  
> +#define BOOT_TARGET_DEVICES(func) \
> +	func(DHCP, dhcp, na)

Any reason not to also support and prefer "PXE" here?

  func(PXE, pxe, na)

The syslinux-style config files support boot menus and are easier to
generate than boot images.


live well,
  vagrant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170118/e408ebd7/attachment.sig>


More information about the U-Boot mailing list