zephyr/include/linker/app_smem_aligned.ld
Daniel Leung 9742211fe0 linker: remove APP_SMEM_SECTION() macro
Using this actually would result in a linker input section being
put between output sections which is not correct syntax.
We have never seen this simply because the generated ones would
be included instead of the in-tree ones. So remove this just in
case, instead of linker errors.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-03-22 13:05:33 -04:00

3 lines
61 B
Text

/* SPDX-License-Identifier: Apache-2.0 */
/* Empty file */