lkml.org 
[lkml]   [2020]   [Feb]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] microblaze: Fix message about compiled-in FDT location
st 8. 1. 2020 v 15:13 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> %p is not working that early (don't know why)
>
> Before this patch:
> Compiled-in FDT at (ptrval)
>
> After:
> Compiled-in FDT at 0xc043c24c
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
> arch/microblaze/kernel/setup.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/microblaze/kernel/setup.c b/arch/microblaze/kernel/setup.c
> index 522a0c5d9c59..effed14eee06 100644
> --- a/arch/microblaze/kernel/setup.c
> +++ b/arch/microblaze/kernel/setup.c
> @@ -138,7 +138,7 @@ void __init machine_early_init(const char *cmdline, unsigned int ram,
> if (fdt)
> pr_info("FDT at 0x%08x\n", fdt);
> else
> - pr_info("Compiled-in FDT at %p\n", _fdt_start);
> + pr_info("Compiled-in FDT at 0x%08x\n", (unsigned)&_fdt_start);
>
> #ifdef CONFIG_MTD_UCLINUX
> pr_info("Found romfs @ 0x%08x (0x%08x)\n",
> --
> 2.24.0
>

Applied.
M

--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

\
 
 \ /
  Last update: 2020-02-04 11:34    [W:0.083 / U:0.348 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site