summaryrefslogtreecommitdiff
path: root/src/cpu/armltd/cortex-a9/Kconfig
blob: 9a81db653089406e2baa0943e5a3442ebf6b83d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config CPU_ARMLTD_CORTEX_A9
	depends on ARCH_ARMV7
	bool
	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