u-boot/arch/arm
Simon Glass fe901f2d9b arm: Don't use printf() in SPL builds
raise() likes to call printf() if it is available, but in SPL builds it
either is not available, or adds a large chunk to the resulting image
size.

So don't call it even if it is available.

This change reduces SPL size from 10KB to 6.3KB on hawkboard, for
example, using generic relocation.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Stefan Roese <sr@denx.de>
2012-07-07 14:07:43 +02:00
..
cpu SPEAr: explicitly select clk src for UART 2012-07-07 14:07:42 +02:00
dts tegra: fdt: Add keyboard controller definition 2012-05-15 08:31:40 +02:00
include/asm GPIO: Add SPEAr GPIO driver 2012-07-07 14:07:42 +02:00
lib arm: Don't use printf() in SPL builds 2012-07-07 14:07:43 +02:00
config.mk Makefile: Add a 'checkthumb' rule 2012-05-15 08:31:26 +02:00