zephyr/soc/nios2/nios2-qemu/include/layout.h
Anas Nashif 696aa869d5 nios2: move soc to top-level dir soc/
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>
2018-09-13 00:56:48 -04:00

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