uboot-mt623x/onenand_ipl
apgmoorthy 69bcabb516 Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB.
However, u-boot image for apollon board is 195KB making the board
unbootable with OneNAND.

Fix ipl to read CONFIG_SYS_MONITOR_LEN.
CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size.

Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
Signed-off-by: Gangheyamoorthy   <moorthy.apg@samsung.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
2009-04-03 15:27:25 -05:00
..
board/apollon Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
onenand_boot.c Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN 2009-04-03 15:27:25 -05:00
onenand_ipl.h Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN 2009-04-03 15:27:25 -05:00
onenand_read.c Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN 2009-04-03 15:27:25 -05:00