Re: [U-Boot] [PATCH] pico-imx6ul: Add NFS boot support

2016-06-18 Thread Stefano Babic
On 16/06/2016 16:21, Fabio Estevam wrote: > On Wed, Jun 15, 2016 at 1:53 PM, Diego Dorta wrote: >> Add script for retrieving the kernel via TFTP and mounting the >> rootfs via NFS. >> >> Signed-off-by: Diego Dorta > > Acked-by: Fabio Estevam

Re: [U-Boot] [PATCH] pico-imx6ul: Add NFS boot support

2016-06-16 Thread Fabio Estevam
On Wed, Jun 15, 2016 at 1:53 PM, Diego Dorta wrote: > Add script for retrieving the kernel via TFTP and mounting the > rootfs via NFS. > > Signed-off-by: Diego Dorta Acked-by: Fabio Estevam

[U-Boot] [PATCH] pico-imx6ul: Add NFS boot support

2016-06-15 Thread Diego Dorta
Add script for retrieving the kernel via TFTP and mounting the rootfs via NFS. Signed-off-by: Diego Dorta --- include/configs/pico-imx6ul.h | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/include/configs/pico-imx6ul.h