spl: move RAM boot support in separate file
authorStefan Agner <stefan.agner@toradex.com>
Fri, 23 Dec 2016 06:51:53 +0000 (07:51 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 14 Jan 2017 21:46:26 +0000 (16:46 -0500)
commit22802f4e3a0a8ead928a0af06b7719b604a98afb
tree9033e0ac38202883f80a26c3c5b832c9da44529a
parentf417d40fe2f0663c5e98b1e123f6fb982b424450
spl: move RAM boot support in separate file

Add a new top-level config option so support booting an image stored
in RAM. This allows to move the RAM boot support into a sparate file
and having a single condition to compile that file.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
common/spl/Kconfig
common/spl/Makefile
common/spl/spl.c
common/spl/spl_ram.c [new file with mode: 0644]