010-freebsd-ulong-fix.patch 223 B

12345678910111213
  1. --- a/include/image.h
  2. +++ b/include/image.h
  3. @@ -44,6 +44,10 @@ struct lmb;
  4. #endif /* USE_HOSTCC */
  5. +#ifndef ulong
  6. +#define ulong unsigned long
  7. +#endif
  8. +
  9. #if defined(CONFIG_FIT)
  10. #include <hash.h>
  11. #include <libfdt.h>