aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/allwinner/a10/Kconfig
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2014-10-24 23:34:39 +0200
committerPatrick Georgi <pgeorgi@google.com>2014-12-02 14:18:34 +0100
commit9b79731dd4e6f27cd7cec53e06237f723225449b (patch)
tree0a724ae5ad763e5a5f8f33e2670dfdfa08b82642 /src/cpu/allwinner/a10/Kconfig
parenta3ea1e45902b64b45e141ebae2f59b94e745d187 (diff)
arm/allwinner/a10: use new arm bootblock infrastructure
commit 8b685398 (ARM: Overhaul the ARM Makefile.) changes config flags for cpu and mainboard bootblock initialization. Tested on a20/cubieboard2. Change-Id: I753aa60ff66de9a3352a3a0759e4d0be9d8ae1c7 Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-on: http://review.coreboot.org/7187 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/cpu/allwinner/a10/Kconfig')
-rw-r--r--src/cpu/allwinner/a10/Kconfig9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/cpu/allwinner/a10/Kconfig b/src/cpu/allwinner/a10/Kconfig
index 387964f607..2bf32ecfaf 100644
--- a/src/cpu/allwinner/a10/Kconfig
+++ b/src/cpu/allwinner/a10/Kconfig
@@ -12,14 +12,7 @@ config CPU_SPECIFIC_OPTIONS
select HAVE_MONOTONIC_TIMER
select HAVE_UART_SPECIAL
select BOOTBLOCK_CONSOLE
-
-config BOOTBLOCK_CPU_INIT
- string
- default "cpu/allwinner/a10/bootblock.c"
- help
- CPU/SoC-specific bootblock code. This is useful if the
- bootblock must load microcode or copy data from ROM before
- searching for the bootblock.
+ select CPU_HAS_BOOTBLOCK_INIT
# The "eGON.BT0" header takes 32 bytes
config BOOTBLOCK_BASE