diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2011-12-11 14:47:37 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-13 12:28:12 +0000 |
commit | 3994ad0c34b773b4887f1e6396ef86218a0e5c60 (patch) | |
tree | 9505047c889fe1cbcb8b1ea61e9bd0e9035e341f /meta/recipes-bsp/u-boot/files | |
parent | 23f1ede0a175bed2bf6c3bfee4237852c186359a (diff) | |
download | poky-3994ad0c34b773b4887f1e6396ef86218a0e5c60.tar.gz |
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
(From OE-Core rev: e9899d52ade2181bd97dcf79bec64650e8b0f718)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/files')
-rw-r--r-- | meta/recipes-bsp/u-boot/files/fix-arm920t-eabi.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/files/fix-arm920t-eabi.patch b/meta/recipes-bsp/u-boot/files/fix-arm920t-eabi.patch new file mode 100644 index 0000000000..69cb75891d --- /dev/null +++ b/meta/recipes-bsp/u-boot/files/fix-arm920t-eabi.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | --- | ||
2 | cpu/arm920t/config.mk | 4 ++-- | ||
3 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
4 | |||
5 | --- u-boot-1.3.2.orig/cpu/arm920t/config.mk | ||
6 | +++ u-boot-1.3.2/cpu/arm920t/config.mk | ||
7 | @@ -22,13 +22,13 @@ | ||
8 | # | ||
9 | |||
10 | PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \ | ||
11 | -msoft-float | ||
12 | |||
13 | -PLATFORM_CPPFLAGS += -march=armv4 | ||
14 | +#PLATFORM_CPPFLAGS += -march=armv4 | ||
15 | # ========================================================================= | ||
16 | # | ||
17 | # Supply options according to compiler version | ||
18 | # | ||
19 | # ========================================================================= | ||
20 | -PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) | ||
21 | +PLATFORM_CPPFLAGS +=$(call cc-option) | ||
22 | PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) | ||