]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: Move spl_board_load_image() into a generic header
authorSimon Glass <sjg@chromium.org>
Sun, 25 Sep 2016 00:19:51 +0000 (18:19 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 6 Oct 2016 18:48:14 +0000 (14:48 -0400)
commite50d76cc3c2894267a4b36a675abb957d6e3df8c
tree0a8b2b723dc45d1bf54e9bbaf8cceba11e31435f
parentab895d6af224a427db4ffb70884588a2449be1c6
spl: Move spl_board_load_image() into a generic header

At present this is only used on ARM and sandbox, but it is just as
applicable to other architectures. Move the function prototype into the
generic SPL header.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/include/asm/spl.h
arch/sandbox/include/asm/spl.h
include/spl.h