Re: [U-Boot] [PATCH] gw_ventana: Use the generic spl_sd.cfg

2014-11-24 Thread Stefano Babic
Hi Fabio, Tim On 20/11/2014 16:17, Fabio Estevam wrote: > From: Fabio Estevam > > gw_ventana can boot from SPI or NAND and both of these interfaces boot from > the same 0x400 offset. > > This means that we could simplify the code and replace the custom > gw_ventana.cfg > with the generic spl_s

[U-Boot] [PATCH] gw_ventana: Use the generic spl_sd.cfg

2014-11-20 Thread Fabio Estevam
From: Fabio Estevam gw_ventana can boot from SPI or NAND and both of these interfaces boot from the same 0x400 offset. This means that we could simplify the code and replace the custom gw_ventana.cfg with the generic spl_sd.cfg, as it provides the same boot offset of 0x400. Cc: Tim Harvey Sign