blob: 66f5a4ec300cd4c85bb0df3d9410a4cf3f6d8c12 [file] [log] [blame]
Andrew Boie945af952017-08-22 13:15:23 -07001/*
2 * Copyright (c) 2017 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifdef CONFIG_USERSPACE
8 /* Kept in RAM on non-XIP */
9#ifdef CONFIG_XIP
10 *(".kobject_data.rodata*")
11#endif
12#endif /* CONFIG_USERSPACE */
13