diff options
author | Julius Werner <jwerner@chromium.org> | 2018-08-02 11:45:07 -0700 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2018-08-03 18:10:02 +0000 |
commit | 0a0340e42e461a6e34a2e99304792f0ecac07bcb (patch) | |
tree | d49be7f0f37c051b6aed0b80e1664ee5e0b7f80f /Documentation/Doxyfile.coreboot_simple | |
parent | 62431a72246977a3f95257d6e791aedd020523a9 (diff) |
gpio: Change gpio_baseX_value() function return types to unsigned
This patch changes the return type of gpio_base2_value() and related
functions from int to uint32_t. This makes more sense now that
board_id() and related functions (which are the primary use case) also
return that type. It's unlikely that we'll ever read a strapping of 32
GPIOs in a row, but if we did, we'd probably want to treat it as
unsigned.
Change-Id: I8fb7e3a7c76cb886aed40d0ada1f545180e43117
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/27809
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'Documentation/Doxyfile.coreboot_simple')
0 files changed, 0 insertions, 0 deletions