1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (c) 2017 Tuomas Tynkkynen
4 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
9/* Physical memory map */
10#define CFG_SYS_SDRAM_BASE		0x40000000
11
12/* For timer, QEMU emulates an ARMv7/ARMv8 architected timer */
13
14#endif /* __CONFIG_H */
15