aboutsummaryrefslogtreecommitdiff
path: root/include/configs/qemu-arm.h
blob: e296f3987983e47c16428a53102cf22bf919afe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2017 Tuomas Tynkkynen
 */

#ifndef __CONFIG_H
#define __CONFIG_H

/* Physical memory map */
#define CFG_SYS_SDRAM_BASE		0x40000000

/* For timer, QEMU emulates an ARMv7/ARMv8 architected timer */

#endif /* __CONFIG_H */