Re: [PATCH 08/10] default-configs: Remove unnecessary SEMIHOSTING selection

2021-02-01 Thread Alistair Francis
On Sun, Jan 31, 2021 at 3:24 AM Philippe Mathieu-Daudé wrote: > > Commit 56b5170c87e ("semihosting: Move ARM semihosting code to > shared directories") selected ARM_COMPATIBLE_SEMIHOSTING which > already selects SEMIHOSTING. No need to select it again. > > Signed-off-by: Philippe Mathieu-Daudé R

Re: [PATCH 08/10] default-configs: Remove unnecessary SEMIHOSTING selection

2021-02-01 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Commit 56b5170c87e ("semihosting: Move ARM semihosting code to > shared directories") selected ARM_COMPATIBLE_SEMIHOSTING which > already selects SEMIHOSTING. No need to select it again. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée --