uboot-mt623x/onenand_ipl
Kyungmin Park 196c74311f 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: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
2009-03-23 17:06:55 -05:00
..
board/apollon Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
onenand_boot.c Reduce OneNAND IPL common code 2009-03-23 17:06:55 -05:00
onenand_ipl.h Reduce OneNAND IPL common code 2009-03-23 17:06:55 -05:00
onenand_read.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00