Hi Michal,
On 28/02/2024 10:35, Michal Orzel wrote:
Commit 0441c3acc7e9 forgot to rename FIXMAP_CONSOLE to FIX_CONSOLE in
TEMPORARY_EARLY_UART_VIRTUAL_ADDRESS macro. This results in a build
failure on arm32, when early printk is enabled:
arch/arm/arm32/mmu/head.S:311: Error: invalid operands (*UND* and *ABS*
sections) for `*'
Good catch! Somewhat related I wonder whether we should add earlyprintk
testing in gitlab?
Fixes: 0441c3acc7e9 ("xen/arm: fixmap: Rename the fixmap slots to follow the x86
convention")
Signed-off-by: Michal Orzel <[email protected]>
Acked-by: Julien Grall <[email protected]>
Cheers,
--
Julien Grall