GTA04 U-Boot

GTA04 U-Boot Commit Details

Date:2003-10-07 12:33:38 (9 years 7 months ago)
Author:wdenk
Branch:gta04
Commit:147031aef15cedbcb6dea3679094baba34002f66
Parents: 887b372f5dfee6ac027bbdb8c14904d5e64427bf
Message:Fix build problems under FreeBSD

Changes:
MCHANGELOG (1 diff)
Mtools/mkimage.c (2 diffs)

File differences

CHANGELOG
22
33
44
5
6
57
68
79
Changes for U-Boot 1.0.0:
======================================================================
* Fix build problems under FreeBSD
* Add generic filesystem image type
* Make fatload set filesize environment variable
tools/mkimage.c
422422
423423
424424
425
425
426426
427427
428428
......
472472
473473
474474
475
475
476476
477477
478478
}
/* We're a bit of paranoid */
#if defined(_POSIX_SYNCHRONIZED_IO) && !defined(__sun__)
#if defined(_POSIX_SYNCHRONIZED_IO) && !defined(__sun__) && !defined(__FreeBSD__)
(void) fdatasync (ifd);
#else
(void) fsync (ifd);
(void) munmap((void *)ptr, sbuf.st_size);
/* We're a bit of paranoid */
#if defined(_POSIX_SYNCHRONIZED_IO) && !defined(__sun__)
#if defined(_POSIX_SYNCHRONIZED_IO) && !defined(__sun__) && !defined(__FreeBSD__)
(void) fdatasync (ifd);
#else
(void) fsync (ifd);

Archive Download the corresponding diff file

Branches

Tags