commit | a730c5d72856cfb2d792721cd6c2759137d5a58b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 23 06:55:04 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 23 14:07:24 2014 +0100 |
tree | a298371967a59815b09ef034e165493b50826eea | |
parent | fef72b7e093d84ed08fc42ac68372814a467c34d [diff] |
dm: Support driver model prior to relocation Initialise devices marked 'pre-reloc' and make them available prior to relocation. Note that this requires pre-reloc malloc() to be available. Signed-off-by: Simon Glass <sjg@chromium.org>