
Dear Aneesh V,
In message 1305472900-4004-9-git-send-email-aneesh@ti.com you wrote:
Add the basic spl framework and linker script common for OMAP3/4 platforms.
Signed-off-by: Aneesh V aneesh@ti.com
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