summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/files/u-boot-userspacetools.patch
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-06-15 13:31:26 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 13:28:27 +0200
commita5c35789945032cab2e5bd0a1aaa5ab8fd74e8dc (patch)
treead51d56830060402483034cec549d8ea046cb83a /recipes-bsp/u-boot/files/u-boot-userspacetools.patch
parent5cab32124cf84b851fab012d3f37dc97301519f3 (diff)
u-boot: get rid of obsolete patches
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot/files/u-boot-userspacetools.patch')
-rw-r--r--recipes-bsp/u-boot/files/u-boot-userspacetools.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-bsp/u-boot/files/u-boot-userspacetools.patch b/recipes-bsp/u-boot/files/u-boot-userspacetools.patch
deleted file mode 100644
index 6e7a3e9..0000000
--- a/recipes-bsp/u-boot/files/u-boot-userspacetools.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urNdb u-boot-git.old//tools/env/Makefile u-boot-git//tools/env/Makefile
---- u-boot-git.old//tools/env/Makefile 2011-11-19 18:17:17.000000000 +0100
-+++ u-boot-git//tools/env/Makefile 2011-11-19 18:15:22.000000000 +0100
-@@ -28,6 +28,8 @@
-
- CPPFLAGS := -Wall -DUSE_HOSTCC -I$(SRCTREE)/include
-
-+CPPFLAGS += -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=soft -mthumb-interwork -mno-thumb
-+
- ifeq ($(MTD_VERSION),old)
- CPPFLAGS += -DMTD_OLD
- endif