blob: 4f9862194a97e094b9cabee0439828453a1b4e28 [file] [log] [blame]
Bin Meng2229c4c2015-05-07 21:34:08 +08001#
2# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
7config QEMU
8 bool
Bin Meng2229c4c2015-05-07 21:34:08 +08009
10if QEMU
11
12config SYS_CAR_ADDR
13 hex
14 default 0xd0000
15
16config SYS_CAR_SIZE
17 hex
18 default 0x10000
19
20endif