From 96a797b75810d17644e4bb4e53f74dd424f3db69 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 8 Dec 2015 16:59:47 +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