mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
committed by
Albert ARIBAUD
parent
bbfd509da6
commit
aef0bdc0c0
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user