1 /*
2  * Copyright (c) 2016 Intel Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #include <system.h>
8 
9 /* To simulate XIP on QEMU, we split RAM into two chunks, with the
10  * higher-addressed chunk considered "ROM"
11  */
12 
13 #define _RESET_VECTOR		_ROM_ADDR
14 #define	_EXC_VECTOR		ALT_CPU_EXCEPTION_ADDR
15