commit | 7d5c036426f3e46e55242857129f35f96a607aae | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 30 13:01:16 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Jan 10 22:21:44 2013 +0100 |
tree | 36dc2a552bd9b8e3af4b99fe8e62276318c920ec | |
parent | 72866c7f85d7317bced390d5bb11fb770edb6e1e [diff] |
arm: Move fdt check earlier so that board_early_init_f() can use it We want to use the fdt inside board_early_init_f(), so check for its presence earlier in the pre-reloc init sequence. So far ARM and microblaze are the only only ones that use CONFIG_OF_CONTROL. Microblaze does not have the same init loop, and in particular does not have the board_early_init_f() call. So a patch for microblaze would have no meaning. Signed-off-by: Simon Glass <sjg@chromium.org>