powerpc/mpc85xx: Fix re-align of unmapped DDR memory message for non-SPL builds
authorPali Rohár <pali@kernel.org>
Sun, 11 Sep 2022 09:29:16 +0000 (11:29 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2022 19:13:18 +0000 (15:13 -0400)
commit6f915a5d24b1c8cf30a29d7edff01eb5951bef0b
treeced10d36332e05696cf4762ac2ef99ca1e9be2fc
parenteec715e30f4e4c6afe1bc441f9c7682e9e5bac62
powerpc/mpc85xx: Fix re-align of unmapped DDR memory message for non-SPL builds

During init_dram() is called also setup_ddr_tlbs_phys() function which may
print message about unmapped DDR memory. So in this case print also
re-aligning filler after unmapped DDR memory message.

Signed-off-by: Pali Rohár <pali@kernel.org>
arch/powerpc/cpu/mpc85xx/tlb.c