Re: [U-Boot] [PATCH v3] common: add a prototype for mach_cpu_init()

2018-03-11 Thread Masahiro Yamada
2018-03-10 2:28 GMT+09:00 Patrick Delaunay : > Add a new file init.h with the prototype for arch_cpu_init > Add a prototype for mach_cpu_init() to avoid a warning: > no previous prototype for ‘mach_cpu_init’ > > It is a first step to move all the functions prototype > used

[U-Boot] [PATCH v3] common: add a prototype for mach_cpu_init()

2018-03-09 Thread Patrick Delaunay
Add a new file init.h with the prototype for arch_cpu_init Add a prototype for mach_cpu_init() to avoid a warning: no previous prototype for ‘mach_cpu_init’ It is a first step to move all the functions prototype used during U-Boot initialization (board_f.c / board_r.c) from common.h to init.h