Dear Aneesh V, In message <[email protected]> you wrote: > Add the basic spl framework and linker script common for OMAP3/4 > platforms. > > Signed-off-by: Aneesh V <[email protected]> > --- > spl/board/ti/spl-omap.c | 47 ++++++++++++++++++++++++++++++++++ > spl/board/ti/spl-omap.lds | 62 > +++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 109 insertions(+), 0 deletions(-) > create mode 100644 spl/board/ti/spl-omap.c > create mode 100644 spl/board/ti/spl-omap.lds
Again, this appears to be not the right order. I think, in the first step of this series, we should move the existing code from nand_spl and onenand_ipl into something like spl/nand and spl/onenand, respectivly, and make sure all teh existing systems still build. The we can add more such support. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] When choosing between two evils, I always like to take the one I've never tried before. -- Mae West, "Klondike Annie" _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

