commit | eea8710a30f4207ea002f560661c55be4dd70593 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 26 15:59:20 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Tue Mar 04 12:15:29 2014 -0500 |
tree | 371b22c198b25d5c34e1fc7252a046a14a7f2dc1 | |
parent | 61a15198ded11612e71897d27aa5c33621f3b223 [diff] |
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>