[U-Boot] [PATCH v2] arm: imx: Switch Wandboard to use config_distro_bootcmd.h.
Fabio Estevam
festevam at gmail.com
Wed Oct 28 00:23:07 CET 2015
Hi Vagrant,
On Tue, Oct 27, 2015 at 5:49 PM, Vagrant Cascadian <vagrant at debian.org> wrote:
> +#define BOOT_TARGET_DEVICES(func) \
> + func(MMC, mmc, 0) \
> + func(MMC, mmc, 1) \
> + func(USB, usb, 0) \
> + func(PXE, pxe, na) \
> + func(DHCP, dhcp, na)
I never used config_distro_bootcmd, so let me ask you: is there a TFTP
variant for func() as well?
In the current script we can switch from TFTP/DHCP very easily.
Also, how can do we switch from booting the rootfs from mmc versus NFS mount?
Regards,
Fabio Estevam
More information about the U-Boot
mailing list