Newer
Older
barebox / arch / arm / mach-vexpress / Kconfig
@Sascha Hauer Sascha Hauer on 16 Aug 2013 159 bytes Set model and hostname at boardlevel
if ARCH_VEXPRESS

config ARCH_TEXT_BASE
	hex
	default 0x83f00000

choice
	prompt "ARM Board type"

config MACH_VEXPRESS
	bool "ARM Vexpress"

endchoice

endif