diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2014-10-24 23:52:56 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2014-12-19 19:37:14 +0100 |
commit | 8c53b751f53b88978864130e9b0f508faf986837 (patch) | |
tree | 9aead61c31fd2180c5a07688c9fecb1f5212b210 /src/cpu/ti/am335x/bootblock.c | |
parent | 450335918c86cea87e53a43aa1b6658a4f273240 (diff) | |
download | coreboot-8c53b751f53b88978864130e9b0f508faf986837.tar.xz |
arm/ti/am335x: use new arm bootblock infrastructure
commit 8b685398 (ARM: Overhaul the ARM Makefile.)
changes config flags for cpu and mainboard bootblock initialization.
Tested on beaglebone black.
Change-Id: I70cbe3abad8443c5dc71c8ba76a35973a5284477
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Reviewed-on: http://review.coreboot.org/7189
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/cpu/ti/am335x/bootblock.c')
-rw-r--r-- | src/cpu/ti/am335x/bootblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/ti/am335x/bootblock.c b/src/cpu/ti/am335x/bootblock.c index e9434a1fae..04c930426f 100644 --- a/src/cpu/ti/am335x/bootblock.c +++ b/src/cpu/ti/am335x/bootblock.c @@ -20,8 +20,8 @@ #include <types.h> #include <arch/cache.h> +#include <bootblock_common.h> -void bootblock_cpu_init(void); void bootblock_cpu_init(void) { uint32_t sctlr; |