Searched hist:ab4458bdb5074ababe09f2538cb9f25901121ebb (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | string.c | ab4458bdb5074ababe09f2538cb9f25901121ebb Sun Apr 02 10:50:28 CDT 2017 Simon Glass <sjg@chromium.org> string: Provide a slimmed-down memset()
Most of the time the optimised memset() is what we want. For extreme situations such as TPL it may be too large. For example on the 'rock' board, using a simple loop saves a useful 48 bytes. With gcc 4.9 and the rodata bug, this patch is enough to reduce the TPL image below the limit.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
|
H A D | Kconfig | ab4458bdb5074ababe09f2538cb9f25901121ebb Sun Apr 02 10:50:28 CDT 2017 Simon Glass <sjg@chromium.org> string: Provide a slimmed-down memset()
Most of the time the optimised memset() is what we want. For extreme situations such as TPL it may be too large. For example on the 'rock' board, using a simple loop saves a useful 48 bytes. With gcc 4.9 and the rodata bug, this patch is enough to reduce the TPL image below the limit.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
|