From: Nobuhiro Iwamatsu Date: Mon, 7 Apr 2014 08:11:52 +0000 (+0900) Subject: arm: rmobile: lager: Enable optimization of thumb X-Git-Tag: v2014.07-rc2~2^2~1^2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7f922e32fff56e96c678ebfafbb183c25c75c22b;p=u-boot arm: rmobile: lager: Enable optimization of thumb This adds CONFIG_SYS_THUMB_BUILD to config, in order to enable optimization of thumb. Signed-off-by: Nobuhiro Iwamatsu --- diff --git a/include/configs/lager.h b/include/configs/lager.h index 3bc494fd03..80c90015df 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -36,6 +36,7 @@ #define CONFIG_CMD_SF #define CONFIG_CMD_SPI #define CONFIG_SYS_TEXT_BASE 0xE8080000 +#define CONFIG_SYS_THUMB_BUILD #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS