]> git.sur5r.net Git - u-boot/commit
board_init.c: Always use memset()
authorTom Rini <trini@konsulko.com>
Thu, 12 Jan 2017 18:16:03 +0000 (13:16 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jan 2017 20:38:01 +0000 (15:38 -0500)
commitc67c8c604b6cea341055140cbfa9e6949fcacb7f
tree3bb2b125688468612082dbab6eccd15ac56d7cd2
parent40d5534cff720d566cd52f532f26eea2bd86c1ae
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>
common/init/board_init.c