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:
parent
c384c6685e
commit
7f0ab527e3
6 changed files with 5 additions and 12 deletions
|
@ -4,13 +4,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @brief Linker command/script file
|
||||
*
|
||||
* This is the linker script for both standard images and XIP images.
|
||||
*/
|
||||
|
||||
#include <autoconf.h>
|
||||
#include <generated_dts_board.h>
|
||||
/* physical address where the kernel is loaded */
|
||||
|
@ -44,5 +37,5 @@ MEMORY
|
|||
#endif
|
||||
}
|
||||
|
||||
#include <arch/x86/linker.ld>
|
||||
#include <arch/x86/ia32/linker.ld>
|
||||
|
||||
|
|
|
@ -44,5 +44,5 @@ MEMORY
|
|||
#endif
|
||||
}
|
||||
|
||||
#include <arch/x86/linker.ld>
|
||||
#include <arch/x86/ia32/linker.ld>
|
||||
|
||||
|
|
|
@ -43,5 +43,5 @@ MEMORY
|
|||
MMU_LIST : ORIGIN = 0xFFFF2000, LENGTH = 1K
|
||||
}
|
||||
|
||||
#include <arch/x86/linker.ld>
|
||||
#include <arch/x86/ia32/linker.ld>
|
||||
|
||||
|
|
|
@ -69,5 +69,5 @@ MEMORY
|
|||
MMU_LIST : ORIGIN = 4k, LENGTH = 1K
|
||||
}
|
||||
|
||||
#include <arch/x86/linker.ld>
|
||||
#include <arch/x86/ia32/linker.ld>
|
||||
|
||||
|
|
|
@ -42,5 +42,5 @@ MEMORY
|
|||
IDT_LIST : ORIGIN = 2K, LENGTH = 2K
|
||||
}
|
||||
|
||||
#include <arch/x86/linker.ld>
|
||||
#include <arch/x86/ia32/linker.ld>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue