commit | 6df5de2fd4c9d5c064db5a1ab76b3f3c80752682 | [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 | fdd8e5ee56a7db7ecb18fcc54e236aeb320948ae [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>