All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] configs: Enable THUMB2 on various ARM boards
@ 2018-11-16 18:34 Tom Rini
  2018-11-17 14:09 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2018-11-16 18:34 UTC (permalink / raw)
  To: u-boot

The clearfog, corvus, wb45n and picosam9g45 configs are close to
exceeding their size limits, so enable THUMB2 builds on them to reclaim
space.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 configs/clearfog_defconfig    | 1 +
 configs/corvus_defconfig      | 1 +
 configs/picosam9g45_defconfig | 1 +
 configs/wb45n_defconfig       | 1 +
 4 files changed, 4 insertions(+)

diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
index 9167a9450d76..2e59686291b7 100644
--- a/configs/clearfog_defconfig
+++ b/configs/clearfog_defconfig
@@ -1,4 +1,5 @@
 CONFIG_ARM=y
+CONFIG_SYS_THUMB_BUILD=y
 CONFIG_ARCH_MVEBU=y
 CONFIG_SYS_TEXT_BASE=0x00800000
 CONFIG_SPL_GPIO_SUPPORT=y
diff --git a/configs/corvus_defconfig b/configs/corvus_defconfig
index b1e7c35fa99e..a1af2f1342f5 100644
--- a/configs/corvus_defconfig
+++ b/configs/corvus_defconfig
@@ -1,4 +1,5 @@
 CONFIG_ARM=y
+CONFIG_SYS_THUMB_BUILD=y
 # CONFIG_SPL_USE_ARCH_MEMCPY is not set
 # CONFIG_SPL_USE_ARCH_MEMSET is not set
 CONFIG_ARCH_AT91=y
diff --git a/configs/picosam9g45_defconfig b/configs/picosam9g45_defconfig
index be9cb5c71edd..699e2e230ab3 100644
--- a/configs/picosam9g45_defconfig
+++ b/configs/picosam9g45_defconfig
@@ -1,4 +1,5 @@
 CONFIG_ARM=y
+CONFIG_SYS_THUMB_BUILD=y
 CONFIG_ARCH_AT91=y
 CONFIG_SYS_TEXT_BASE=0x23f00000
 CONFIG_TARGET_PICOSAM9G45=y
diff --git a/configs/wb45n_defconfig b/configs/wb45n_defconfig
index 33591d73e0d1..9d881e5d41ab 100644
--- a/configs/wb45n_defconfig
+++ b/configs/wb45n_defconfig
@@ -1,4 +1,5 @@
 CONFIG_ARM=y
+CONFIG_SYS_THUMB_BUILD=y
 CONFIG_ARCH_AT91=y
 CONFIG_SYS_TEXT_BASE=0x23f00000
 CONFIG_TARGET_WB45N=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] configs: Enable THUMB2 on various ARM boards
  2018-11-16 18:34 [U-Boot] [PATCH] configs: Enable THUMB2 on various ARM boards Tom Rini
@ 2018-11-17 14:09 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-11-17 14:09 UTC (permalink / raw)
  To: u-boot

On Fri, Nov 16, 2018 at 01:34:53PM -0500, Tom Rini wrote:

> The clearfog, corvus, wb45n and picosam9g45 configs are close to
> exceeding their size limits, so enable THUMB2 builds on them to reclaim
> space.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181117/93f7c1d9/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-17 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-16 18:34 [U-Boot] [PATCH] configs: Enable THUMB2 on various ARM boards Tom Rini
2018-11-17 14:09 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.