2015-02-05 05:42:56 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2015 Panasonic Corporation
|
|
|
|
* Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
2015-02-26 17:26:44 +00:00
|
|
|
#include <mach/board.h>
|
2015-02-05 05:42:56 +00:00
|
|
|
|
|
|
|
int misc_init_f(void)
|
|
|
|
{
|
|
|
|
return check_support_card();
|
|
|
|
}
|