commit | 3ea0953d36023d7e50fb00b2e258d8fb2828aeac | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 03 17:36:59 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 10 12:59:57 2014 -0600 |
tree | 14068f40e78c5482a1dad65c4d21fa1d64cb1f77 | |
parent | b7a809957bcd72c2efa49ce733774b1e28878585 [diff] |
dm: Move pre-reloc init earlier to cope with board_early_init_f() In order to support GPIO access in board_early_init_f() we must set up driver model before this function is called. In any case, earlier is better since driver model is (or will become) a key function for most init. Signed-off-by: Simon Glass <sjg@chromium.org>