diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-25 15:47:54 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-25 15:47:54 +0000 |
commit | 85e3e7265be8389f65c52f4585ad9b4667c96dc2 (patch) | |
tree | b10bfe0154668dbf0a322f7a379bab1f549da6db /meta/packages/uboot/files | |
parent | c6422207156a33edaf2d8dd72a37ef2d7ce7e966 (diff) | |
download | poky-85e3e7265be8389f65c52f4585ad9b4667c96dc2.tar.gz |
u-boot-mkimage-native: use 1.3.2 version instead of Openmoko patched version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4114 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/uboot/files')
-rw-r--r-- | meta/packages/uboot/files/fix-arm920t-eabi.patch | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/meta/packages/uboot/files/fix-arm920t-eabi.patch b/meta/packages/uboot/files/fix-arm920t-eabi.patch index 9896388c8f..69cb75891d 100644 --- a/meta/packages/uboot/files/fix-arm920t-eabi.patch +++ b/meta/packages/uboot/files/fix-arm920t-eabi.patch | |||
@@ -1,6 +1,19 @@ | |||
1 | --- /tmp/config.mk 2007-02-14 17:23:15.000000000 +0100 | 1 | --- |
2 | +++ git/cpu/arm920t/config.mk 2007-02-14 17:23:38.475251000 +0100 | 2 | cpu/arm920t/config.mk | 4 ++-- |
3 | @@ -30,5 +30,5 @@ | 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 | # | ||
4 | # Supply options according to compiler version | 17 | # Supply options according to compiler version |
5 | # | 18 | # |
6 | # ========================================================================= | 19 | # ========================================================================= |