Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
c788f84f259689f87588882cfe86758d24b167fc
/
.
/
include
/
linker
/
priv_stacks-rom.ld
blob: 1f1196c23dab1ecc1d839246d34f4d094e015653 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2017 Linaro Limited.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifdef
CONFIG_USERSPACE
/* Kept in RAM on non-XIP */
#ifdef
CONFIG_XIP
*(
".priv_stacks.rodata*"
)
#endif
#endif
/* CONFIG_USERSPACE */