blob: c4568473ad1ce276e4006383320ed7e9f74bfdc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
config CPU_ARMLTD_CORTEX_A9
bool
select ARCH_BOOTBLOCK_ARMV7
select ARCH_ROMSTAGE_ARMV7
select ARCH_RAMSTAGE_ARMV7
default n
if CPU_ARMLTD_CORTEX_A9
config BOOTBLOCK_CPU_INIT
string
default "cpu/armltd/cortex-a9/bootblock.c"
help
CPU/SoC-specific bootblock code.
endif
|