summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-09-02 11:11:00 +0200
committerTom Rini <trini@konsulko.com>2015-09-11 17:15:15 -0400
commit9b6aa00dbc7e946171c2c8ddae531ed83fc8e9e7 (patch)
tree891b00ec79af8afc1c6dc9d172723759e9c6c9fd
parent0ddc5a2dee424be8522fa1d68685dd2eb91f9887 (diff)
downloadtalos-obmc-uboot-9b6aa00dbc7e946171c2c8ddae531ed83fc8e9e7.tar.gz
talos-obmc-uboot-9b6aa00dbc7e946171c2c8ddae531ed83fc8e9e7.zip
arm: spear: Enable THUMB mode on x600 board
To reduce the size of the U-Boot image on the x600 board, lets enable the THUMB mode. This reduces the overall size to less than 0x6000 bytes. Fitting it again in the onboard NOR flash. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Viresh Kumar <viresh.kumar@linaro.org>
-rw-r--r--include/configs/x600.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/x600.h b/include/configs/x600.h
index f672485d69..73ba67c3e9 100644
--- a/include/configs/x600.h
+++ b/include/configs/x600.h
@@ -17,6 +17,7 @@
#define CONFIG_SPEAR600 /* SPEAr600 SoC */
#define CONFIG_X600 /* on X600 board */
#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_SYS_THUMB_BUILD
#include <asm/arch/hardware.h>
OpenPOWER on IntegriCloud