commit | cd01e644e702b4db5a784a1c92b4eadfb9bca781 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan.agner@toradex.com> | Fri Dec 23 07:51:53 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 14 16:46:26 2017 -0500 |
tree | 9033e0ac38202883f80a26c3c5b832c9da44529a | |
parent | e2eaac1dc5e995b9eeaf6de6ac89610283f485f0 [diff] |
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>