Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Tom Rini authored
The function cmd_get_data_size() returns an int and not unsigned. So we should assign it to an int rather than unsigned so that we can later compare the return value. Reported by clang-3.8. Signed-off-by:
Tom Rini <trini@konsulko.com>
Tom Rini authoredThe function cmd_get_data_size() returns an int and not unsigned. So we should assign it to an int rather than unsigned so that we can later compare the return value. Reported by clang-3.8. Signed-off-by:
Tom Rini <trini@konsulko.com>