diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-29 20:40:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-29 20:40:32 +0200 |
commit | 4c53c79a2f6031d0c17cdf67c9fd608db076214d (patch) | |
tree | 41f8eb97e8083a1ce533ae29729c6dcc1ff72069 | |
parent | 86279f785245bc6d6f0a5cca4976942c98087941 (diff) |
remove patch, does not apply anymore
-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 |