Commits
Simon Glass committed 9fea76f5d30
cros_ec: Use uint instead of u8 for parameters There is no advantage to using a u8 for function parameters. It forces the compiler to mask values and can increase code size. Also the command enum has been extended to 16 bits. Update the functions to use uint instead. Signed-off-by: Simon Glass <sjg@chromium.org>