mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 20:24:27 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ int board_mmc_init(bd_t *bis)
|
|||
return fsl_esdhc_initialize(bis, &usdhc_cfg[0]);
|
||||
}
|
||||
|
||||
char *board_string(void)
|
||||
static char *board_string(void)
|
||||
{
|
||||
switch (get_board_value()) {
|
||||
case UDOO_NEO_TYPE_BASIC:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue