u-boot/common/init
Tom Rini c67c8c604b board_init.c: Always use memset()
We can make the code read more easily here by simply using memset()
always as when we don't have an optimized version of the function we
will still have a version of this function around anyhow.

Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-01-20 15:38:01 -05:00
..
Makefile Move board_init_f_mem() into a common location 2015-10-24 13:50:34 -04:00
board_init.c board_init.c: Always use memset() 2017-01-20 15:38:01 -05:00