
25 Jan
2012
25 Jan
'12
7:50 p.m.
On Wed, Jan 25, 2012 at 11:00 AM, Marek Vasut marek.vasut@gmail.com wrote:
- Hide function save_boot_params if CONFIG_SPL_BUILD is not defined
(function do nothing)
What do you mean by this statement here ?
- Same behaviour as in file arch/arm/cpu/armv7/omap4/lowlevel_init.S
Eh?
- This allow to implement board specified function save_boot_params in
board code
I see ... do you want to write overridable function? Make it a weak alias?
There is a weak one today, but we globally replace it for 'omap3' today. The N900 needs its own version however.
--
Tom