diff options
author | David Müller (ELSOFT AG) <d.mueller@elsoft.ch> | 2016-02-09 16:48:31 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-15 12:04:46 -0500 |
commit | 195629cd5350419a04e8ac5d206c58714f9b4385 (patch) | |
tree | fc42ff2b33d85c05501726c3479d6e86186bb933 /include/configs/VCMA9.h | |
parent | 26275dae828068c02be5a2ef67eab70bddb75e8c (diff) |
arm: VCMA9: because of NOR flash space constrains, activate THUMB build mode
Signed-off-by: David Müller <d.mueller@elsoft.ch>
Diffstat (limited to 'include/configs/VCMA9.h')
-rw-r--r-- | include/configs/VCMA9.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index 42af34fdc60..de7d5c22432 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -20,6 +20,8 @@ * High Level Configuration Options * (easy to change) */ +#define CONFIG_SYS_THUMB_BUILD + #define CONFIG_S3C24X0 /* This is a SAMSUNG S3C24x0-type SoC */ #define CONFIG_S3C2410 /* specifically a SAMSUNG S3C2410 SoC */ #define CONFIG_VCMA9 /* on a MPL VCMA9 Board */ |