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>
This commit is contained in:
parent
eab34cc17c
commit
7ca246834c
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ SECTIONS
|
|||
|
||||
#if defined(CONFIG_USERSPACE)
|
||||
#define APP_SHARED_ALIGN . = ALIGN(_region_min_align);
|
||||
#define SMEM_PARTITION_ALIGN MMU_ALIGN
|
||||
#define SMEM_PARTITION_ALIGN(size) MMU_ALIGN
|
||||
|
||||
#include <app_smem.ld>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue