]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit38adf376dfddb18e73a8dd7d4d39dc1968283fb6
tree9033e0ac38202883f80a26c3c5b832c9da44529a
parent320ac392b18081fa869e16d8af5b93eddd16c684
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]