summaryrefslogtreecommitdiff
path: root/board/emulation/qemu-arm/Kconfig
blob: d1c08c2f6a808136af3e864bd18b751f73223b11 (plain)
1
2
3
4
5
6
7
8
9
if TARGET_QEMU_ARM_32BIT || TARGET_QEMU_ARM_64BIT

config SYS_TEXT_BASE
	default 0x00000000

config BOARD_SPECIFIC_OPTIONS # dummy
	def_bool y

endif