From 636a0d1755464d16a69a7ce505ec888a0cdbb0d7 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 17 Dec 2015 02:12:51 +0000 Subject: [PATCH] mksunxiboot-spl Use a relative path to include the sunxi spl header, which allows mksunxiboot to build on any arch. Gbp-Pq: Name mksunxiboot-spl.patch --- tools/mksunxiboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mksunxiboot.c b/tools/mksunxiboot.c index 9c1c5b7ce..0f0b003a8 100644 --- a/tools/mksunxiboot.c +++ b/tools/mksunxiboot.c @@ -15,7 +15,7 @@ #include #include #include -#include "asm/arch/spl.h" +#include "../arch/arm/include/asm/arch-sunxi/spl.h" #define STAMP_VALUE 0x5F0A6C39 -- 2.30.2