include entry.h to get the prototype for barebox_single_pbl_start. Also add prototype for pbl_start. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/cpu/start-pbl.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/cpu/start-pbl.c b/arch/arm/cpu/start-pbl.c index 48a8086456..25ef0d3d82 100644 --- a/arch/arm/cpu/start-pbl.c +++ b/arch/arm/cpu/start-pbl.c @@ -31,9 +31,13 @@ #include <asm/mmu.h> #include <asm/unaligned.h> +#include "entry.h" + unsigned long free_mem_ptr; unsigned long free_mem_end_ptr; +void pbl_start(void); + /* * First instructions in the pbl image */ -- 2.19.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox