commit | bc76193de7ea45540c5db3808d08d9ac27cd6dee | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Sat Feb 12 15:11:52 2011 +1100 |
committer | Graeme Russ <graeme.russ@gmail.com> | Sat Feb 12 15:11:52 2011 +1100 |
tree | b6500012ce46b0cd5ae43fdf0ff136f42e3e7133 | |
parent | 4e0f55f2e070bd69d77a167e08361ceb5f6859e6 [diff] [blame] |
x86: Use Cache-As-RAM for initial stack
diff --git a/arch/i386/cpu/sc520/Makefile b/arch/i386/cpu/sc520/Makefile index b962b02..3c25cba 100644 --- a/arch/i386/cpu/sc520/Makefile +++ b/arch/i386/cpu/sc520/Makefile
@@ -37,6 +37,7 @@ COBJS-$(CONFIG_SYS_SC520_TIMER) += sc520_timer.o SOBJS-$(CONFIG_SYS_SC520) += sc520_asm.o +SOBJS-$(CONFIG_SYS_SC520) += sc520_car.o SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))