summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/tegra-common/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-09-01 14:02:41 -0700
committerSimon Glass <sjg@chromium.org>2011-09-13 12:13:03 -0700
commitf905ed0787fafff4e550e2e016994d00846982fa (patch)
tree2e58a4d4216571c254906e40d3aa85339e5d4230 /arch/arm/cpu/armv7/tegra-common/Makefile
parent1c9d94fd0e6c1d6f8a6592fc653ed2c14252a1eb (diff)
tegra: Refactor board.c
This moves everything except the query_sdram_size() function into a common board.c file. BUG=chromium-os:19004 TEST=build and boot on Seaboard Change-Id: I4578f08cd4cfde5e9e28ff800d7a12dbb8e13841 Reviewed-on: http://gerrit.chromium.org/gerrit/7125 Reviewed-by: Yen Lin <yelin@nvidia.com> Reviewed-by: Che-Liang Chiou <clchiou@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/cpu/armv7/tegra-common/Makefile')
-rw-r--r--arch/arm/cpu/armv7/tegra-common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/tegra-common/Makefile b/arch/arm/cpu/armv7/tegra-common/Makefile
index 5c39030485..8d22a66111 100644
--- a/arch/arm/cpu/armv7/tegra-common/Makefile
+++ b/arch/arm/cpu/armv7/tegra-common/Makefile
@@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)libtegra-common.o
SOBJS-y := lowlevel_init.o
-COBJS-y := ap20.o clock.o timer.o
+COBJS-y := ap20.o board.o clock.o timer.o
SOBJS := $(SOBJS-y)
COBJS := $(COBJS-y)