diff options
Diffstat (limited to 'include/configs/qemu-arm.h')
-rw-r--r-- | include/configs/qemu-arm.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h new file mode 100644 index 00000000000..e296f398798 --- /dev/null +++ b/include/configs/qemu-arm.h @@ -0,0 +1,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 */ |