diff mbox

[U-Boot,4/4] arm: VCMA9: because of NOR flash space constrains, activate THUMB build mode

Message ID 1455032911-29001-5-git-send-email-d.mueller@elsoft.ch
State Accepted
Commit 195629cd5350419a04e8ac5d206c58714f9b4385
Delegated to: Tom Rini
Headers show

Commit Message

David Müller (ELSOFT AG) Feb. 9, 2016, 3:48 p.m. UTC
Signed-off-by: David Müller <d.mueller@elsoft.ch>
---
 include/configs/VCMA9.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini Feb. 15, 2016, 10:35 p.m. UTC | #1
On Tue, Feb 09, 2016 at 04:48:31PM +0100, David Müller (ELSOFT AG) wrote:

> Signed-off-by: David Müller <d.mueller@elsoft.ch>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h
index 42af34f..de7d5c2 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  */