diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/u-boot/patches/patch-arch_arm_cpu_arm1176_config_mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/u-boot/patches/patch-arch_arm_cpu_arm1176_config_mk b/package/u-boot/patches/patch-arch_arm_cpu_arm1176_config_mk deleted file mode 100644 index 8542e5290..000000000 --- a/package/u-boot/patches/patch-arch_arm_cpu_arm1176_config_mk +++ /dev/null @@ -1,8 +0,0 @@ ---- u-boot-d8bec60c1b0de7770f9b56ad092ab9be801d99af.orig/arch/arm/cpu/arm1176/config.mk 2014-12-27 11:52:56.000000000 -0600 -+++ u-boot-d8bec60c1b0de7770f9b56ad092ab9be801d99af/arch/arm/cpu/arm1176/config.mk 2014-12-27 12:27:09.407517499 -0600 -@@ -6,4 +6,4 @@ - # - - # Make ARMv5 to allow more compilers to work, even though its v6. --PLATFORM_CPPFLAGS += -march=armv5t -+PLATFORM_CPPFLAGS += -march=armv6 |