ARMv7: drop dead code from Makefile.inc
This commented out code is a left over from x86. BUG=none BRANCH=none TEST=none Change-Id: Ice806000c73d5a068962914d067d4de7b3d75f45 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: https://chromium-review.googlesource.com/168961 Reviewed-by: Ronald Minnich <rminnich@chromium.org> Reviewed-by: David Hendrix <dhendrix@chromium.org>
This commit is contained in:
parent
5a95bc2bca
commit
9d700cf35d
1 changed files with 0 additions and 6 deletions
|
|
@ -142,12 +142,6 @@ CFLAGS += \
|
|||
ldscripts =
|
||||
ldscripts += $(src)/arch/armv7/romstage.ld
|
||||
|
||||
#crt0s += $(src)/cpu/arm/fpu_enable.inc
|
||||
# FIXME: CONFIG_NEON or something similar for ARM?
|
||||
#ifeq ($(CONFIG_SSE),y)
|
||||
#crt0s += $(src)/cpu/arm/sse_enable.inc
|
||||
#endif
|
||||
|
||||
crt0s += $(cpu_incs)
|
||||
crt0s += $(cpu_incs-y)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue