udoo_neo: Staticize board_string()
Change board_string() function to static because it's being used locally. Signed-off-by: Breno Lima <breno.lima@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
This commit is contained in:
parent
4a056c4504
commit
72d900bdbc
@ -176,7 +176,7 @@ int board_mmc_init(bd_t *bis)
|
|||||||
return fsl_esdhc_initialize(bis, &usdhc_cfg[0]);
|
return fsl_esdhc_initialize(bis, &usdhc_cfg[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
char *board_string(void)
|
static char *board_string(void)
|
||||||
{
|
{
|
||||||
switch (get_board_value()) {
|
switch (get_board_value()) {
|
||||||
case UDOO_NEO_TYPE_BASIC:
|
case UDOO_NEO_TYPE_BASIC:
|
||||||
|
Loading…
Reference in New Issue
Block a user