]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
hash: Use uint8_t in preference to u8
authorSimon Glass <sjg@chromium.org>
Thu, 12 Jun 2014 13:24:41 +0000 (07:24 -0600)
committerTom Rini <trini@ti.com>
Thu, 19 Jun 2014 15:18:55 +0000 (11:18 -0400)
commit04819a4ff1c93972ac46aedd3f17becbd5e0b588
tree20e03f5786c98cf2d8d2a795d0b3245ea587bced
parent52aa1cf5ec8702974a65d875fe67c317df48f1ae
hash: Use uint8_t in preference to u8

This type is more readily available on the host compiler, so use it instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/hash.c
include/hash.h