linker: move app_smem.ld into include/linker
The app_smem.ld is also being used by architectures other than ARM. So move the linker script out of include/arch/arm and into include/linker. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
017446ba20
commit
e8a2348fac
2 changed files with 1 additions and 1 deletions
2
include/linker/app_smem.ld
Normal file
2
include/linker/app_smem.ld
Normal file
|
@ -0,0 +1,2 @@
|
|||
/* space holder */
|
||||
APP_SMEM_SECTION()
|
Loading…
Add table
Add a link
Reference in a new issue