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

2020-05-07 Thread Tom Rini
On Mon, Apr 27, 2020 at 07:18:04PM +0100, 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 > Reviewed-by: Simon Glass A

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

2020-04-28 Thread Simon Glass
On Mon, 27 Apr 2020 at 12:19, 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 > --- > include/configs/vexpress_aemv8a.

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

2020-04-27 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 Reviewed-by: Linus Walleij --- include/configs/vexpress_aemv8a.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/include/c