]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:24 +0000 (22:30 +0200)
commit82c5b8db89c9349f7800b34fd139fda90771798d
tree1819e1903219966b5d77aad4d890b33dd093fafe
parent8fbec976956b906582231df890e7766b37f4c888
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