repo.or.cz
/
u-boot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cmd: Fix Kconfig coding style
[u-boot.git]
/
include
/
configs
/
qemu-arm.h
blob
e296f3987983e47c16428a53102cf22bf919afe6
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 */