Skip to content
Snippets Groups Projects
Commit 9b6aa00d authored by Stefan Roese's avatar Stefan Roese Committed by Tom Rini
Browse files

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: default avatarStefan Roese <sr@denx.de>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
parent 0ddc5a2d
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#define CONFIG_SPEAR600 /* SPEAr600 SoC */ #define CONFIG_SPEAR600 /* SPEAr600 SoC */
#define CONFIG_X600 /* on X600 board */ #define CONFIG_X600 /* on X600 board */
#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_SYS_THUMB_BUILD
#include <asm/arch/hardware.h> #include <asm/arch/hardware.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment