2
0
Fork 0
mirror of https://github.com/AsahiLinux/u-boot synced 2025-01-09 03:38:52 +00:00
u-boot/board/emulation/qemu-ppce500/Kconfig

19 lines
295 B
Text
Raw Normal View History

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