spl: Add a way for boards to select which device tree to load
authorSimon Glass <sjg@chromium.org>
Tue, 23 Feb 2016 05:55:55 +0000 (22:55 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 23:18:30 +0000 (19:18 -0400)
commit4b307f2387da95d3b91f1fef8c5b6dc2108ddb4d
treec9d609ec8509b3eb6dbf9e52e76789a62326efe9
parent529fd1886639e5348a6f430d931eedd05c4cc93e
spl: Add a way for boards to select which device tree to load

SPL calls this function with each device tree it can find in the FIT. The
board should implement this function, using whatever hardware detection it
can muster to determine the correct device tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/image.h