696aa869d5
Move the SoC outside of the architecture tree and put them at the same level as boards and architectures allowing both SoCs and boards to be maintained outside the tree. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
303 B
C
15 lines
303 B
C
/*
|
|
* Copyright (c) 2016 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <system.h>
|
|
|
|
/* To simulate XIP on QEMU, we split RAM into two chunks, with the
|
|
* higher-addressed chunk considered "ROM"
|
|
*/
|
|
|
|
#define _RESET_VECTOR _ROM_ADDR
|
|
#define _EXC_VECTOR ALT_CPU_EXCEPTION_ADDR
|