i'm going to peruse the build process later for the MLO loader, but
is there a short list of the early initialization that that loader
does? thanks.
rday
i'm going to peruse the build process later for the MLO loader, but
is there a short list of the early initialization that that loader
does? thanks.
rday
When looking thru:
http://git.denx.de/?p=u-boot.git;a=blob;f=board/ti/am335x/board.c;hb=HEAD
Anything defined under:
#if defined(CONFIG_SPL_BUILD)
will end up in the MLO (SPL) build..
Regards,