Skip to content
Snippets Groups Projects
Commit 196c7431 authored by Kyungmin Park's avatar Kyungmin Park Committed by Scott Wood
Browse files

Reduce OneNAND IPL common code


OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
bootloader, but it's common code used about 300~400 bytes. So board
specific codes, such as lowlevel_init, can't has enough code. It make
a difficult to implement OneNAND IPL.

his patch make this common code as small as possible. and give
lowlevel_init can have more codes.

Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 16f2f5a3
No related branches found
No related tags found
No related merge requests found
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