commit | 93b823a586ca9e00f1b630b6b3b8927a34c6bbd9 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Sep 02 11:11:00 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 11 17:15:15 2015 -0400 |
tree | 891b00ec79af8afc1c6dc9d172723759e9c6c9fd | |
parent | 6090ad861a2ed66cbf85de1b2c8cec4d6d346949 [diff] |
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>