commit | 7624a4172ac0c375c55560a8b38f56ec68375064 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Fri Sep 09 17:32:42 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 15:13:18 2022 -0400 |
tree | 922804ec810926d69b6aae24dc02b195c4278dee | |
parent | ad37d429a3d508ba3e0d93a4798e167cee6d177c [diff] |
ddr: fsl: Fix checking for maximal mappable memory Check needs to be done against CONFIG_MAX_MEM_MAPPED macro and not fixed size 4GB (as CONFIG_MAX_MEM_MAPPED can be lower and for example for e500 cores it is just 2GB). Also fix printf re-align, which should be applied only for non-SPL builds, during init_dram() call. Signed-off-by: Pali Rohár <pali@kernel.org>