arch/x86: move 32-bit linker script to ia32/ directory

No functional changes. All references in soc/ are updated.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
Charles E. Youse 2019-06-28 09:41:39 -07:00 committed by Anas Nashif
commit 7f0ab527e3
6 changed files with 5 additions and 12 deletions

View file

@ -43,5 +43,5 @@ MEMORY
MMU_LIST : ORIGIN = 0xFFFF2000, LENGTH = 1K
}
#include <arch/x86/linker.ld>
#include <arch/x86/ia32/linker.ld>