]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: prevent compiler warnings from bootm.c
authorEric Nelson <eric.nelson@boundarydevices.com>
Tue, 30 Sep 2014 22:40:01 +0000 (15:40 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 21 Oct 2014 08:47:13 +0000 (10:47 +0200)
commit8d196e52b58d1e50a80c2f5067b201cda521c75c
treece9ab21d9da23a32ab170f63165107d97b84ddfd
parentc43fd23cf619856b0763a64a6a3bcf3663058c49
ARM: prevent compiler warnings from bootm.c

Without preceding declarations, "make C=1" generates
"Should it be static?" warnings for symbols
do_bootm_linux,
boot_prep_vxworks, and
boot_jump_vxworks

Include of bootm.h also identified a signature mismatch
(const on argv[]).

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Acked-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
arch/arm/lib/bootm.c