Home
last modified time | relevance | path

Searched hist:fe901f2d (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/lib/
H A Deabi_compat.cfe901f2d Sat Mar 03 14:33:15 CST 2012 Simon Glass <sjg@chromium.org> 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>