Re: [PATCH] gpio: sunxi: Fix build with CONFIG_SPL_SERIAL=n

2022-06-26 Thread Andre Przywara
On Tue, 10 May 2022 19:03:34 -0500 Samuel Holland wrote: > 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

Re: [PATCH] gpio: sunxi: Fix build with CONFIG_SPL_SERIAL=n

2022-05-11 Thread Andre Przywara
On Tue, 10 May 2022 19:03:34 -0500 Samuel Holland wrote: Hi, > 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: S