From: David Müller (ELSOFT AG) Date: Tue, 9 Feb 2016 15:48:31 +0000 (+0100) Subject: arm: VCMA9: because of NOR flash space constrains, activate THUMB build mode X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=195629cd5350419a04e8ac5d206c58714f9b4385;p=people%2Fms%2Fu-boot.git arm: VCMA9: because of NOR flash space constrains, activate THUMB build mode Signed-off-by: David Müller --- diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index 42af34fdc6..de7d5c2243 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 */