]> Git Repo - u-boot.git/blame - include/configs/qemu-arm.h
arm: qemu: Move GUIDs to the C file
[u-boot.git] / include / configs / qemu-arm.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
32f11829
TT
2/*
3 * Copyright (c) 2017 Tuomas Tynkkynen
32f11829
TT
4 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
32f11829 9/* Physical memory map */
aa6e94de 10#define CFG_SYS_SDRAM_BASE 0x40000000
32f11829 11
1a164ad3 12/* For timer, QEMU emulates an ARMv7/ARMv8 architected timer */
32f11829 13
32f11829 14#endif /* __CONFIG_H */
This page took 0.328307 seconds and 4 git commands to generate.