diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-20 22:22:37 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-20 22:22:37 +0000 |
commit | dc2b471d6a0bafec35b8cd58c331d75596647b10 (patch) | |
tree | 059b9cf2f416308a61b8beee09dbea62f8919e34 /package/boot/uboot-oxnas/patches/010-capacity-is-unsigned.patch | |
parent | ade2c06d619721d581bd68d3074a274ed363cc75 (diff) | |
download | upstream-dc2b471d6a0bafec35b8cd58c331d75596647b10.tar.gz upstream-dc2b471d6a0bafec35b8cd58c331d75596647b10.tar.bz2 upstream-dc2b471d6a0bafec35b8cd58c331d75596647b10.zip |
uboot-oxnas: fix build with gcc-5
This backports a patch from upstream u-boot to make it compile with gcc-5.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47535
Diffstat (limited to 'package/boot/uboot-oxnas/patches/010-capacity-is-unsigned.patch')
-rw-r--r-- | package/boot/uboot-oxnas/patches/010-capacity-is-unsigned.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package/boot/uboot-oxnas/patches/010-capacity-is-unsigned.patch b/package/boot/uboot-oxnas/patches/010-capacity-is-unsigned.patch index 3990aa95a7..443b5e28a2 100644 --- a/package/boot/uboot-oxnas/patches/010-capacity-is-unsigned.patch +++ b/package/boot/uboot-oxnas/patches/010-capacity-is-unsigned.patch @@ -17,11 +17,9 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org> disk/part.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -diff --git a/disk/part.c b/disk/part.c -index 43485c9..7c67ea6 100644 --- a/disk/part.c +++ b/disk/part.c -@@ -229,13 +229,13 @@ void dev_print (block_dev_desc_t *dev_desc) +@@ -229,13 +229,13 @@ void dev_print (block_dev_desc_t *dev_de printf (" Supports 48-bit addressing\n"); #endif #if defined(CONFIG_SYS_64BIT_LBA) @@ -37,6 +35,3 @@ index 43485c9..7c67ea6 100644 mb_quot, mb_rem, gb_quot, gb_rem, (ulong)lba, --- -2.1.3 - |