From 76571ed68dd16b7fc26f99f12f62c06bde6a193b Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sun, 23 Jun 2013 16:27:20 +0200 Subject: ARM: Allow to pass a devicetree via boarddata Addionally to having a builtin DTB provide the possibility for the board to provide a dtb via boarddata. Signed-off-by: Sascha Hauer --- arch/arm/include/asm/barebox-arm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/include/asm/barebox-arm.h') diff --git a/arch/arm/include/asm/barebox-arm.h b/arch/arm/include/asm/barebox-arm.h index cd8decfccd..ddcafd1af7 100644 --- a/arch/arm/include/asm/barebox-arm.h +++ b/arch/arm/include/asm/barebox-arm.h @@ -54,6 +54,8 @@ static inline void arm_fixup_vectors(void) } #endif +void *barebox_arm_boot_dtb(void); + /* * For relocatable binaries find a suitable start address for the * relocated binary. Beginning at the memory end substract the reserved -- cgit v1.2.3