cmd: Fix Kconfig coding style
[u-boot.git] / include / configs / qemu-arm.h
blobe296f3987983e47c16428a53102cf22bf919afe6
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (c) 2017 Tuomas Tynkkynen
4 */
6 #ifndef __CONFIG_H
7 #define __CONFIG_H
9 /* Physical memory map */
10 #define CFG_SYS_SDRAM_BASE 0x40000000
12 /* For timer, QEMU emulates an ARMv7/ARMv8 architected timer */
14 #endif /* __CONFIG_H */