mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 09:05:21 +00:00
We need the same logic for each SOC, instead of copypasting things just put this in a common file. This approach still leaves the door open for custom memory layouts if desired. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
/*
|
|
* Copyright (c) 2011-2014, Wind River Systems, Inc.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <arch/x86/memory.ld>
|
|
#include <arch/x86/ia32/linker.ld>
|