Re: [PATCH v2 7/7] arm: vexpress64: Remove unneeded CONFIG_ check

2020-04-12 Thread Linus Walleij
On Tue, Apr 7, 2020 at 1:13 PM Andre Przywara wrote: > CONFIG_SEMIHOSTING is selected for the VFP target by the means of > Kconfig already, there is no need to check this in the header file. > > Signed-off-by: Andre Przywara Reviewed-by: Linus Walleij Yours, Linus Walleij

[PATCH v2 7/7] arm: vexpress64: Remove unneeded CONFIG_ check

2020-04-07 Thread Andre Przywara
CONFIG_SEMIHOSTING is selected for the VFP target by the means of Kconfig already, there is no need to check this in the header file. Signed-off-by: Andre Przywara --- include/configs/vexpress_aemv8a.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/include/configs/vexpress_aemv8a.h b/