Stefano Babic
d3022c5f5c
nand_spl_simple: store ecc data on the stack
...
Currently nand_spl_simple puts it's temp data at 0x10000 offset in SDRAM
which is likely to contain already loaded data.
The patch saves the oob data and the ecc on the stack replacing
the fixed address in RAM.
Signed-off-by: Stefano Babic <sbabic@denx.de >
CC: Ilya Yanok <yanok@emcraft.com >
CC: Scott Wood <scottwood@freescale.com >
CC: Tom Rini <tom.rini@gmail.com >
CC: Simon Schwarz <simonschwarzcor@googlemail.com >
CC: Wolfgang Denk <wd@denx.de >
Signed-off-by: Scott Wood <scottwood@freescale.com >
2012-01-26 16:06:21 -06:00
Tom Rini
673283f3fc
OMAP3: Add SPL support to omap3_evm
...
Add Hynix 200MHz timing information to <asm/arch-omap3/mem.h>.
This also changes CONFIG_SYS_TEXT_BASE to 0x80100000.
Signed-off-by: Tom Rini <trini@ti.com >
2011-12-06 23:59:38 +01:00
Sanjeev Premi
16885db919
omap3evm: Add (quick) configuration for NAND only
...
Add an optimized board configuration that only
supports boot from NAND.
Signed-off-by: Sanjeev Premi <premi@ti.com >
Cc: Sandeep Paulraj <s-paulraj@ti.com >
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com >
2011-11-03 22:56:24 +01:00