Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
554fca0e5caaa4ba02f3eaf5d4d56da942520dab
/
.
/
include
/
linker
/
kobject-rom.ld
blob: 66f5a4ec300cd4c85bb0df3d9410a4cf3f6d8c12 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2017 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifdef
CONFIG_USERSPACE
/* Kept in RAM on non-XIP */
#ifdef
CONFIG_XIP
*(
".kobject_data.rodata*"
)
#endif
#endif
/* CONFIG_USERSPACE */