Searched hist:fe901f2d9bd09292a67e562b8c96a1a496004c9e (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | eabi_compat.c | fe901f2d9bd09292a67e562b8c96a1a496004c9e Sat Mar 03 20:33:15 UTC 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>
|