[U-Boot] [PATCH 4/9] arm: rmobile: koelsch: Enable optimization of thumb

Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj at renesas.com
Wed Apr 9 03:32:09 CEST 2014


This adds CONFIG_SYS_THUMB_BUILD to config, in order to enable optimization
of thumb.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
---
 include/configs/koelsch.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h
index ad6eecd..8cee73b 100644
--- a/include/configs/koelsch.h
+++ b/include/configs/koelsch.h
@@ -35,6 +35,7 @@
 #define CONFIG_CMD_SF
 #define CONFIG_CMD_SPI
 #define CONFIG_SYS_TEXT_BASE	0xE6304000
+#define CONFIG_SYS_THUMB_BUILD
 
 #define	CONFIG_CMDLINE_TAG
 #define	CONFIG_SETUP_MEMORY_TAGS
-- 
1.8.5



More information about the U-Boot mailing list