Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: arch/arm/cpu/arm_cortexa9/tegra2/Makefile

Issue 4841001: Tegra2: implement Warmboot code and lp0_vec (Closed) Base URL: http://git.chromium.org/git/u-boot-next.git@chromeos-v2010.09
Patch Set: Add GPL headers & fix some 80-column issues Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | arch/arm/cpu/arm_cortexa9/tegra2/ap20.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: arch/arm/cpu/arm_cortexa9/tegra2/Makefile
diff --git a/arch/arm/cpu/arm_cortexa9/tegra2/Makefile b/arch/arm/cpu/arm_cortexa9/tegra2/Makefile
old mode 100644
new mode 100755
index 21830a6a13b1e8b8abad27b23e4befd56a1783b5..eef5b67c581835b6b5865bfc02e8e64460bb86bb
--- a/arch/arm/cpu/arm_cortexa9/tegra2/Makefile
+++ b/arch/arm/cpu/arm_cortexa9/tegra2/Makefile
@@ -26,10 +26,14 @@
include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).a
-
SOBJS := lowlevel_init.o
COBJS := sys_info.o board.o interrupts.o ap20.o
+ifdef CONFIG_TEGRA2_LP0
+SOBJS += warmboot_avp.o
+COBJS += warmboot.o
+endif
+
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS) $(SOBJS))
« no previous file with comments | « no previous file | arch/arm/cpu/arm_cortexa9/tegra2/ap20.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698