Re: [PATCH 1/3] xen/arm: Drop early_uart_init macro from debug-meson.inc

2022-11-22 Thread Julien Grall
Hi Michal, On 18/11/2022 11:46, Michal Orzel wrote: early_uart_init macro is only used if CONFIG_EARLY_UART_INIT is set. This config option depends on EARLY_UART_PL011, so there is no point in defining it for MESON, especially if it is empty. Remove it and adapt the existing comment. Signed-off

[PATCH 1/3] xen/arm: Drop early_uart_init macro from debug-meson.inc

2022-11-18 Thread Michal Orzel
early_uart_init macro is only used if CONFIG_EARLY_UART_INIT is set. This config option depends on EARLY_UART_PL011, so there is no point in defining it for MESON, especially if it is empty. Remove it and adapt the existing comment. Signed-off-by: Michal Orzel --- xen/arch/arm/arm64/debug-meson.