diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-01-04 12:10:28 -0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-01-04 22:13:43 +0100 |
commit | 3a8badc26519cd900d4f01c87c212973a1aea00c (patch) | |
tree | 64ee1ca3a88d949b2360c3b87d42e2ebe641faad /src/arch/armv7/lib/Makefile.inc | |
parent | 31c36137f9519380df0c92ce1a5d2949eb083b91 (diff) |
ARMv7: drop libgcc copy
We accidently checked in some files from libgcc as well as
a Makefile from u-boot and a duplicate implementation of div0.
Drop all those files to reduce the confusion.
Change-Id: I8ff6eabbced6f663813f8cc55f19c81839d03477
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2102
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/arch/armv7/lib/Makefile.inc')
-rw-r--r-- | src/arch/armv7/lib/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/armv7/lib/Makefile.inc b/src/arch/armv7/lib/Makefile.inc index bdf6a64ffb..d9113419f5 100644 --- a/src/arch/armv7/lib/Makefile.inc +++ b/src/arch/armv7/lib/Makefile.inc @@ -11,7 +11,6 @@ romstage-y += syslib.c ramstage-y += c_start.S -#ramstage-y += div.c ramstage-y += div0.c ramstage-y += div64.S ramstage-y += hang_spl.c |