mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 13:22:36 +00:00
This file is being used by different architectures and is not ARC specific. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
/*
|
|
* Copyright (c) 2017 Linaro Limited.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/* Set initial alignment to the 32 byte minimum for all MPUs */
|
|
_app_data_align = 32;
|
|
. = ALIGN(32);
|