mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-30 15:11:43 +01:00
arm/km: make local functions static
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
This commit is contained in:
parent
10e167329b
commit
74ae612fd8
@ -160,7 +160,7 @@ int ethernet_present(void)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int initialize_unit_leds(void)
|
static int initialize_unit_leds(void)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Init the unit LEDs per default they all are
|
* Init the unit LEDs per default they all are
|
||||||
@ -181,7 +181,7 @@ int initialize_unit_leds(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if defined(CONFIG_BOOTCOUNT_LIMIT)
|
#if defined(CONFIG_BOOTCOUNT_LIMIT)
|
||||||
void set_bootcount_addr(void)
|
static void set_bootcount_addr(void)
|
||||||
{
|
{
|
||||||
uchar buf[32];
|
uchar buf[32];
|
||||||
unsigned int bootcountaddr;
|
unsigned int bootcountaddr;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user