
28 Oct
2008
28 Oct
'08
5:03 p.m.
Wolfgang Denk wrote:
Dear "Alan Carvalho de Assis",
In message 37367b3a0810230551m2aacfeb8l3b932f8f2a0b3058@mail.gmail.com you wrote:
This code is executed from internal 2KB NAND Flash Controller RAM buffer and will copy the remaining U-Boot code from NAND Flash verifying its bad blocks (case it exists).
Signed-off-by: Alan Carvalho de Assis alan.assis@freescale.com
cpu/arm1136/mx31/Makefile | 2 + cpu/arm1136/mx31/nand_copy.S | 263 +++++++++++++++++++++++++++++++++ include/asm-arm/arch-mx31/mx31-regs.h | 69 +++++++++ 3 files changed, 334 insertions(+), 0 deletions(-) create mode 100644 cpu/arm1136/mx31/nand_copy.S
NAK.
All this should be in nand_spl/, I think.
Scott, am I right?
Yes.
-Scott