blob: 1c5aa18aa900c3d30f0bd73f43c2fa78ef7cd821 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
if TARGET_QEMU_PPCE500
config SYS_BOARD
default "qemu-ppce500"
config SYS_VENDOR
default "emulation"
config SYS_CONFIG_NAME
default "qemu-ppce500"
config PLATFORM_BUS_MAP_ADDR
hex
default 0xf0000000
help
The QEMU platform bus base mapped address in the virtual memory space.
endif
|