Skip to content

Commit

Permalink
ARM: uniphier: allow to disable CONFIG_MICRO_SUPPORT_CARD
Browse files Browse the repository at this point in the history
Without this, build fails if CONFIG_MICRO_SUPPORT_CARD is disabled.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Sep 24, 2015
1 parent d7728aa commit c8df23c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/mach-uniphier/spl.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ void __weak bcu_init(void)
{
};

void __weak sbc_init(void)
{
};

void __weak sg_init(void)
{
};
Expand Down

0 comments on commit c8df23c

Please sign in to comment.