blob: 1d5e293602f60efddc6dd19c6e2b7b940bc8a35b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
if ARCH_VEXPRESS
config ARCH_TEXT_BASE
hex
default 0x0
choice
prompt "ARM Board type"
config MACH_VEXPRESS
bool "ARM Vexpress"
select RELOCATABLE
endchoice
endif
|