aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/lib/bdinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/lib/bdinfo.c')
-rw-r--r--arch/m68k/lib/bdinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/lib/bdinfo.c b/arch/m68k/lib/bdinfo.c
index 404e5f1..92ea175 100644
--- a/arch/m68k/lib/bdinfo.c
+++ b/arch/m68k/lib/bdinfo.c
@@ -38,7 +38,7 @@ void arch_print_bdinfo(void)
bdinfo_print_mhz("busfreq", bd->bi_busfreq);
#if defined(CONFIG_SYS_MBAR)
- bdinfo_print_num("mbar", bd->bi_mbar_base);
+ bdinfo_print_num_l("mbar", bd->bi_mbar_base);
#endif
bdinfo_print_mhz("cpufreq", bd->bi_intfreq);
if (IS_ENABLED(CONFIG_PCI))