]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit4e542484531786bada565aec2d18c9c5fbe44b58
treeced10d36332e05696cf4762ac2ef99ca1e9be2fc
parentc255c40b8e95d5c087d3e55742dbf9d2fdc2fa56
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