diff options
author | Holger Brunck <holger.brunck@keymile.com> | 2014-01-27 16:58:23 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-13 16:16:35 +0100 |
commit | aef0bdc0c0aa737ff2c03974bf29bde29d6a619a (patch) | |
tree | 82452b6ab23eea3e7bfb78a76452876ada95874f /board/keymile | |
parent | bbfd509da6b5ada3c60d31debf13f30a809e98e8 (diff) | |
download | u-boot-imx-aef0bdc0c0aa737ff2c03974bf29bde29d6a619a.zip u-boot-imx-aef0bdc0c0aa737ff2c03974bf29bde29d6a619a.tar.gz u-boot-imx-aef0bdc0c0aa737ff2c03974bf29bde29d6a619a.tar.bz2 |
arm/km: make local function startup_allowed static
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Acked-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'board/keymile')
-rw-r--r-- | board/keymile/km_arm/km_arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/keymile/km_arm/km_arm.c b/board/keymile/km_arm/km_arm.c index 946cbed..c104896 100644 --- a/board/keymile/km_arm/km_arm.c +++ b/board/keymile/km_arm/km_arm.c @@ -102,7 +102,7 @@ static const u32 kwmpp_config[] = { /* * Wait for startup OK from mgcoge3ne */ -int startup_allowed(void) +static int startup_allowed(void) { unsigned char buf; |