Re: [U-Boot] [PATCH V2 4/5] omap3: new SPL structure support

2011-07-25 Thread Andreas Bießmann
Dear Simon, Am 25.07.2011 um 20:05 schrieb Simon Schwarz: > Support for the new spl structure. Using the interface defined by Aneesh V for > OMAP4 > --- > V1 changes: > ADD support for early console output in SPL > > V2 changes: > ADD include omap_common.h in board.c > ADD implement new omap com

[U-Boot] [PATCH V2 4/5] omap3: new SPL structure support

2011-07-25 Thread Simon Schwarz
Support for the new spl structure. Using the interface defined by Aneesh V for OMAP4 --- V1 changes: ADD support for early console output in SPL V2 changes: ADD include omap_common.h in board.c ADD implement new omap common interface omap_boot_device, omap_boot_mode and omap_rev_string (ve