mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
common: Add a prototype for s_init()
When compiling with W=1 the following warning is observed: arch/arm/mach-imx/mx6/soc.c:590:6: warning: no previous prototype for ‘s_init’ [-Wmissing-prototypes] void s_init(void) Remove this warning by adding the function prototype into include/common.h file. Signed-off-by: Diego Dorta <diego.dorta@nxp.com>
This commit is contained in:
parent
a6e9810495
commit
026d7958ba
1 changed files with 2 additions and 0 deletions
|
|
@ -514,6 +514,8 @@ int is_core_valid (unsigned int);
|
|||
*/
|
||||
int arch_cpu_init(void);
|
||||
|
||||
void s_init(void);
|
||||
|
||||
int checkcpu (void);
|
||||
int checkicache (void);
|
||||
int checkdcache (void);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue