Hi Vagrant, On Tue, Oct 27, 2015 at 5:49 PM, Vagrant Cascadian <[email protected]> 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

