Re: [PATCH] sunxi: Remove dead ifdefs in sunxi-common.h

2021-02-14 Thread Andre Przywara
On Mon, 8 Feb 2021 00:04:57 -0600 Samuel Holland wrote: Hi, > As variables were moved to Kconfig, some of the surrounding ifdefs were > left around, even though they were empty. Clean them up. > > Signed-off-by: Samuel Holland Indeed, thanks for the cleanup! Reviewed-by: Andre Przywara

[PATCH] sunxi: Remove dead ifdefs in sunxi-common.h

2021-02-07 Thread Samuel Holland
As variables were moved to Kconfig, some of the surrounding ifdefs were left around, even though they were empty. Clean them up. Signed-off-by: Samuel Holland --- include/configs/sunxi-common.h | 15 --- 1 file changed, 15 deletions(-) diff --git a/include/configs/sunxi-common.h