summaryrefslogtreecommitdiffstats
path: root/board/keymile
diff options
context:
space:
mode:
authorHolger Brunck <holger.brunck@keymile.com>2013-05-06 15:04:51 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-06-10 17:25:41 +0200
commit74ae612fd8cfeb55f663bdd565d3f9d73703b2c4 (patch)
treef7382cccc512481926e03b0b85707c6eef6a7330 /board/keymile
parent10e167329b029890a4c704f094822da5f259b886 (diff)
downloadblackbird-obmc-uboot-74ae612fd8cfeb55f663bdd565d3f9d73703b2c4.tar.gz
blackbird-obmc-uboot-74ae612fd8cfeb55f663bdd565d3f9d73703b2c4.zip
arm/km: make local functions static
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Diffstat (limited to 'board/keymile')
-rw-r--r--board/keymile/km_arm/km_arm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/keymile/km_arm/km_arm.c b/board/keymile/km_arm/km_arm.c
index eda9199bbe..b9448873c8 100644
--- a/board/keymile/km_arm/km_arm.c
+++ b/board/keymile/km_arm/km_arm.c
@@ -160,7 +160,7 @@ int ethernet_present(void)
}
#endif
-int initialize_unit_leds(void)
+static int initialize_unit_leds(void)
{
/*
* Init the unit LEDs per default they all are
@@ -181,7 +181,7 @@ int initialize_unit_leds(void)
}
#if defined(CONFIG_BOOTCOUNT_LIMIT)
-void set_bootcount_addr(void)
+static void set_bootcount_addr(void)
{
uchar buf[32];
unsigned int bootcountaddr;
OpenPOWER on IntegriCloud