1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-15 15:01:32 +02:00
Files
u-boot-megous/lib
Simon Glass ab4458bdb5 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>
2017-04-04 20:01:57 -06:00
..
2016-02-06 12:00:59 +01:00
2016-01-19 08:31:21 -05:00
2016-04-11 20:48:26 -04:00
2016-05-02 18:37:09 -04:00
2015-07-21 17:39:28 -06:00
2016-11-21 14:07:30 -05:00
2016-10-11 11:55:33 +08:00