summaryrefslogtreecommitdiff
path: root/meta/recipes-bsp/uboot/files
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2011-12-11 14:47:37 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-13 12:21:05 +0000
commite9899d52ade2181bd97dcf79bec64650e8b0f718 (patch)
treec1d857ff3a16c1a5e3343dd1a57858fb461ee0fb /meta/recipes-bsp/uboot/files
parentc96db08915a554fb5e4bb2c360b919c8392b32c6 (diff)
downloadopenembedded-core-e9899d52ade2181bd97dcf79bec64650e8b0f718.tar.gz
openembedded-core-e9899d52ade2181bd97dcf79bec64650e8b0f718.tar.bz2
openembedded-core-e9899d52ade2181bd97dcf79bec64650e8b0f718.tar.xz
openembedded-core-e9899d52ade2181bd97dcf79bec64650e8b0f718.zip
u-boot: renamed dir from uboot to the more appropriate u-boot
recipe dirs normally have the name of the (main) package and the official name is u-boot Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/uboot/files')
-rw-r--r--meta/recipes-bsp/uboot/files/fix-arm920t-eabi.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-bsp/uboot/files/fix-arm920t-eabi.patch b/meta/recipes-bsp/uboot/files/fix-arm920t-eabi.patch
deleted file mode 100644
index 69cb75891..000000000
--- a/meta/recipes-bsp/uboot/files/fix-arm920t-eabi.patch
+++ /dev/null
@@ -1,22 +0,0 @@
----
- cpu/arm920t/config.mk | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- u-boot-1.3.2.orig/cpu/arm920t/config.mk
-+++ u-boot-1.3.2/cpu/arm920t/config.mk
-@@ -22,13 +22,13 @@
- #
-
- PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \
- -msoft-float
-
--PLATFORM_CPPFLAGS += -march=armv4
-+#PLATFORM_CPPFLAGS += -march=armv4
- # =========================================================================
- #
- # Supply options according to compiler version
- #
- # =========================================================================
--PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
-+PLATFORM_CPPFLAGS +=$(call cc-option)
- PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))