Re: [U-Boot] [uBoot] TI: configs: Commonize the boot of different devices

2013-12-04 Thread Tom Rini
On Wed, Nov 20, 2013 at 01:40:18PM -0600, Dan Murphy wrote: Commonize in the ti_armv7_common.h the boot scripts for USB, MMC and NAND. Each board file can then select which BOOT_TARGETS are applicable for the target board. And any parameters based on that. Finally removed the findfdt

Re: [U-Boot] [uBoot] TI: configs: Commonize the boot of different devices

2013-12-04 Thread Enric Balletbo Serra
Hi Tom, 2013/12/4 Tom Rini tr...@ti.com: On Wed, Nov 20, 2013 at 01:40:18PM -0600, Dan Murphy wrote: Commonize in the ti_armv7_common.h the boot scripts for USB, MMC and NAND. Each board file can then select which BOOT_TARGETS are applicable for the target board. And any parameters based

Re: [U-Boot] [uBoot] TI: configs: Commonize the boot of different devices

2013-12-04 Thread Tom Rini
On Wed, Dec 04, 2013 at 03:14:08PM +0100, Enric Balletbo Serra wrote: Hi Tom, 2013/12/4 Tom Rini tr...@ti.com: On Wed, Nov 20, 2013 at 01:40:18PM -0600, Dan Murphy wrote: Commonize in the ti_armv7_common.h the boot scripts for USB, MMC and NAND. Each board file can then select

Re: [U-Boot] [uBoot] TI: configs: Commonize the boot of different devices

2013-12-04 Thread Enric Balletbo Serra
2013/12/4 Tom Rini tr...@ti.com: On Wed, Dec 04, 2013 at 03:14:08PM +0100, Enric Balletbo Serra wrote: Hi Tom, 2013/12/4 Tom Rini tr...@ti.com: On Wed, Nov 20, 2013 at 01:40:18PM -0600, Dan Murphy wrote: Commonize in the ti_armv7_common.h the boot scripts for USB, MMC and NAND.

[U-Boot] [uBoot] TI: configs: Commonize the boot of different devices

2013-11-20 Thread Dan Murphy
Commonize in the ti_armv7_common.h the boot scripts for USB, MMC and NAND. Each board file can then select which BOOT_TARGETS are applicable for the target board. And any parameters based on that. Finally removed the findfdt from the common file and made this more board specific as omap4_common