uboot-mkimage: ulong -> unsigned long in tools/mkimage.h too.

This commit is contained in:
Juan RP 2015-05-26 07:47:26 +02:00
parent ce5d67be75
commit 71c02b0362
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
checksum=cdaf8c81583abfa2e73da46cfcf87b0cbd9741d9aa766f3b905376e3652d543d
do_configure() {
sed -i 's,ulong,unsigned long,g' include/image.h
sed -i 's,ulong,unsigned long,g' include/image.h tools/mkimage.h
}
do_build() {
if [ -n "$XBPS_CROSS_TRIPLET" ]; then