arm: omap3: Define save_boot_params in lowlevel_init.S for SPL only
authorPali Rohár <pali.rohar@gmail.com>
Tue, 24 Jan 2012 04:27:58 +0000 (04:27 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 12 Feb 2012 09:11:22 +0000 (10:11 +0100)
commit204705111ca10f52f62e1a02ba567d8fc33a6d1e
treebd236624aa2d0782df29745962eade2c4e5ec47e
parentd652a344a009854b72d7df97c11d2582b9e11c9a
arm: omap3: Define save_boot_params in lowlevel_init.S for SPL only

Wrap the function save_boot_params with CONFIG_SPL_BUILD.  This will
allow non-SPL boards to define their own save_boot_params functions
in U-Boot itself.

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
arch/arm/cpu/armv7/omap3/lowlevel_init.S