Searched hist:"35670665 d6b6176566b5701c078d5103c1ec4c86" (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/arch/microblaze/cpu/ |
H A D | timer.c | diff 35670665d6b6176566b5701c078d5103c1ec4c86 Wed Jul 11 07:08:26 CDT 2018 Michal Simek <michal.simek@xilinx.com> microblaze: Do not call timer init that early
Timer needs to be converted to DM but as of now it can't be called so early because intc controller is not ready. Call it later in board_r.c. Before this patch timer_init is called twice which is wrong. The patch is blocking initialization before relocation.
Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
|