Changes since U-Boot 0.3.1:
======================================================================
+* Fix problem with usage of "true" (undefined in current versions of bfd.h)
+
* Add support for Promess ATC board
* Patch by Keith Outwater, 28 Apr 2003:
close(ifd);
Error("bfd_fdopenr of file '%s' failed", ifn);
}
- bfdp->cacheable = true;
+ bfdp->cacheable = 1;
if (!bfd_check_format(bfdp, bfd_object) ||
(bfd_get_file_flags(bfdp) & EXEC_P) == 0) {