mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-18 10:11:16 +01:00
ARM: uniphier: allow to disable CONFIG_MICRO_SUPPORT_CARD
Without this, build fails if CONFIG_MICRO_SUPPORT_CARD is disabled. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
d7728aa408
commit
c8df23cf33
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ void __weak bcu_init(void)
|
|||
{
|
||||
};
|
||||
|
||||
void __weak sbc_init(void)
|
||||
{
|
||||
};
|
||||
|
||||
void __weak sg_init(void)
|
||||
{
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue