From: Jan Beulich Date: Mon, 25 Jul 2022 13:45:31 +0000 (+0200) Subject: Arm32: restore proper name of .dtb section start symbol X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~387 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e625ddee2767eadaac48d17184f231e9874b4d4b;p=xen.git Arm32: restore proper name of .dtb section start symbol This addresses a build failure when CONFIG_DTB_FILE evaluates to a non- empty string. Fixes: d07358f2dccd ("xen/arm32: head.S: Introduce a macro to load the physical address of a symbol") Signed-off-by: Jan Beulich --- diff --git a/xen/arch/arm/arm32/head.S b/xen/arch/arm/arm32/head.S index 98ccf18b51..46d93bebba 100644 --- a/xen/arch/arm/arm32/head.S +++ b/xen/arch/arm/arm32/head.S @@ -162,7 +162,7 @@ past_zImage: /* Using the DTB in the .dtb section? */ .ifnes CONFIG_DTB_FILE,"" - load_paddr r8, _stdb + load_paddr r8, _sdtb .endif /* Initialize the UART if earlyprintk has been enabled. */