commit | 204705111ca10f52f62e1a02ba567d8fc33a6d1e | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Tue Jan 24 04:27:58 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sun Feb 12 10:11:22 2012 +0100 |
tree | bd236624aa2d0782df29745962eade2c4e5ec47e | |
parent | d652a344a009854b72d7df97c11d2582b9e11c9a [diff] |
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>