diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-04-07 17:11:52 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-05-21 10:09:19 +0900 |
commit | 7f922e32fff56e96c678ebfafbb183c25c75c22b (patch) | |
tree | 6677e3d614ed6320bebdd8c82c4378ce4c30de29 /include/configs/lager.h | |
parent | 05aad15bbab08a6aef589f20167753c5d3205fc4 (diff) | |
download | u-boot-imx-7f922e32fff56e96c678ebfafbb183c25c75c22b.zip u-boot-imx-7f922e32fff56e96c678ebfafbb183c25c75c22b.tar.gz u-boot-imx-7f922e32fff56e96c678ebfafbb183c25c75c22b.tar.bz2 |
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 <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'include/configs/lager.h')
-rw-r--r-- | include/configs/lager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h index 3bc494f..80c9001 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 |