Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
61e084f102eca234bde74d966354263754971c3f
/
.
/
include
/
arch
/
common
/
app_data_alignment.ld
blob: a9257f14ee898d5da07fc953f2c1e0e08ee5583f [
file
] [
log
] [
blame
]
/*
* 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
);