Home
last modified time | relevance | path

Searched hist:"6 fc849148a677370c197e152b267dac2d3dbbdfc" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A Dmicro-support-card.c6fc849148a677370c197e152b267dac2d3dbbdfc Mon Feb 20 08:32:19 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> ARM: uniphier: print Support Card info very late

Since commit 26b09c022ab6 ("ARM: uniphier: move SBC and Support Card
init code to U-Boot proper"), the System Bus is initialized by
board_init(). The show_board_info() is called from board_init_f()
by default, so the revision register of the Micro Support Card may
not be accessed at this point. Show its revision after the System
Bus is initialized.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>