Skip to content
Snippets Groups Projects
Commit c8df23cf authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: uniphier: allow to disable CONFIG_MICRO_SUPPORT_CARD


Without this, build fails if CONFIG_MICRO_SUPPORT_CARD is disabled.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent d7728aa4
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,10 @@ void __weak bcu_init(void)
{
};
void __weak sbc_init(void)
{
};
void __weak sg_init(void)
{
};
......
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