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

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: 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') | arch/arm/cpu/arm_cortexa9/tegra2/ap20.h » ('J')
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..3ecb1cfb2d30865554313522bb68c6893cecb99f
--- a/arch/arm/cpu/arm_cortexa9/tegra2/Makefile
+++ b/arch/arm/cpu/arm_cortexa9/tegra2/Makefile
@@ -27,8 +27,8 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).a
-SOBJS := lowlevel_init.o
-COBJS := sys_info.o board.o interrupts.o ap20.o
+SOBJS := lowlevel_init.o warmboot_avp.o
+COBJS := sys_info.o board.o interrupts.o ap20.o warmboot.o
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') | arch/arm/cpu/arm_cortexa9/tegra2/ap20.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698