aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorDavid Hendricks <dhendrix@chromium.org>2013-02-03 19:13:36 -0800
committerRonald G. Minnich <rminnich@gmail.com>2013-02-04 05:53:47 +0100
commitaa6701c090c013c1783b138e02277090615508ee (patch)
treef8cfef2ef69f7c7edee2c9f6d6f79650111032ed /src/arch
parentad7f98cb0163d0ef2b0e6f75d334cdbd6faf846c (diff)
exynos/snow: partial clean-up of snow bootblock using build class
This removes some duplicate code from Snow's mainboard bootblock by utilizing the bootblock build class. Change-Id: I153247370a8c5127260082dcdca3ebdc5e104fb8 Signed-off-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: http://review.coreboot.org/2270 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/armv7/lib/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/armv7/lib/Makefile.inc b/src/arch/armv7/lib/Makefile.inc
index 2470db2e80..e0445ceea2 100644
--- a/src/arch/armv7/lib/Makefile.inc
+++ b/src/arch/armv7/lib/Makefile.inc
@@ -1,3 +1,5 @@
+bootblock-y += syslib.c
+
romstage-y += cache_v7.c
romstage-y += cache-cp15.c
romstage-y += div0.c