summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2016-04-10 23:26:17 +0200
committerKlaus Goger <klaus.goger@theobroma-systems.com>2016-09-18 13:45:15 +0200
commit4826f35b307cd807842ae99759246b8accd6e55b (patch)
tree545cf6e656449308c97f2717838dced613918b75 /include
parenta8bd0f5f3be5809d4960af553c8dced3bba3df6b (diff)
sunxi: always compile as THUMB for sun9i
Diffstat (limited to 'include')
-rw-r--r--include/configs/sunxi-common.h2
1 files changed, 1 insertions, 1 deletions
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