From 4826f35b307cd807842ae99759246b8accd6e55b Mon Sep 17 00:00:00 2001 From: Philipp Tomsich Date: Sun, 10 Apr 2016 23:26:17 +0200 Subject: sunxi: always compile as THUMB for sun9i --- include/configs/sunxi-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/sunxi-common.h') diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 5952e5e50d..261b3d758b 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -36,7 +36,7 @@ * High Level Configuration Options */ #define CONFIG_SUNXI /* sunxi family */ -#ifdef CONFIG_SPL_BUILD +#if defined(CONFIG_SPL_BUILD) || defined(CONFIG_MACH_SUN9I) #define CONFIG_SYS_THUMB_BUILD /* Thumbs mode to save space in SPL */ #endif -- cgit v1.2.3