Skip to content
Snippets Groups Projects
Commit 69bcabb5 authored by apgmoorthy's avatar apgmoorthy Committed by Scott Wood
Browse files

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: default avatarRohit Hagargundgi <h.rohit@samsung.com>
Signed-off-by: default avatarGangheyamoorthy <moorthy.apg@samsung.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent dfc91c33
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment