summaryrefslogtreecommitdiff
path: root/board/qemu-mips/Kconfig
blob: 3de1f44a3da4585b4a94ca1424f29a915343799c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if TARGET_QEMU_MIPS

config SYS_BOARD
	default "qemu-mips"

config SYS_CONFIG_NAME
	default "qemu-mips" if 32BIT
	default "qemu-mips64" if 64BIT

config SYS_TEXT_BASE
	default 0xbfc00000 if 32BIT
	default 0xffffffffbfc00000 if 64BIT

endif