dm: Init device tree as well as driver model in SPL
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:42 +0000 (22:06 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Apr 2015 15:05:55 +0000 (09:05 -0600)
commitf3d46bd658ef4df575ec26c29e472ac858723159
treea8c9a5f19d773fceaa5d7530d73d870bb82f28b9
parentb2b0d3e7129d4e59be1a016ad4fb05db87b8c5b4
dm: Init device tree as well as driver model in SPL

If enabled, make sure that the device tree is available in SPL before
setting up driver model.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/spl.c