diff options
Diffstat (limited to 'meta/packages/uboot/files/fix-arm920t-eabi.patch')
-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 | # ========================================================================= |