Skip to content
Commit eae78c34 authored by Simon Glass's avatar Simon Glass Committed by Albert ARIBAUD
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 724cdffc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment