commit | 7ca246834c99b8460120043a640cf5d8992ac020 | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Wed Oct 14 11:14:24 2020 +0200 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Nov 18 12:28:27 2020 -0800 |
tree | dc50ea5e59d0e7a09d6965512905e9b0ac54f03f | |
parent | eab34cc17cb3f93e11cefeb8a7d8ed6a0c7fdf34 [diff] |
arm64: mmu: Fix SMEM_PARTITION_ALIGN define In the linker script SMEM_PARTITION_ALIGN is being redefined to be the same as MMU_ALIGN. The problem is that SMEM_PARTITION_ALIGN __must__ take a parameter in input because this is being used by the scripts/gen_app_partitions.py script passing a parameter as input. Signed-off-by: Carlo Caione <ccaione@baylibre.com>