commit | 290713f7e5860073b4b063d985df4a0e76692523 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Tue May 10 19:03:34 2022 -0500 |
committer | Andre Przywara <andre.przywara@arm.com> | Sun Jun 26 11:22:53 2022 +0100 |
tree | 22bb8351ef0a7e38566c47c894d1c34b9de0088a | |
parent | b141153a24d87aafaec0c09e80f42066fe9ec354 [diff] |
gpio: sunxi: Fix build with CONFIG_SPL_SERIAL=n This driver uses simple_strtol(), so it needs SPL_STRTO. Before commit 88ca8e26958b6 ("disk: Add an option for partitions in SPL"), SPL_STRTO was always selected indirectly. Now it is not, so select it here. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>