]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Set up driver model after relocation
authorSimon Glass <sjg@chromium.org>
Wed, 26 Feb 2014 22:59:20 +0000 (15:59 -0700)
committerTom Rini <trini@ti.com>
Tue, 4 Mar 2014 17:15:29 +0000 (12:15 -0500)
commit1ce60176799ae04d508b14e9caa7f3bd3a170f0f
tree371b22c198b25d5c34e1fc7252a046a14a7f2dc1
parent653ef91cbade3d71f187f4936e380fd82d20d7e7
dm: Set up driver model after relocation

Make driver model available after relocation, by setting up data structures
and scanning for devices using compiled-in platform_data and (when available)
the device tree.

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