]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/mkimage.h
jffs2_1pass.c: fix incompatible pointer type warning
[people/ms/u-boot.git] / tools / mkimage.h
index 41cd156fa25844cabae31f5bea2217a4cde93e03..a2d5248943d578c809e200f01c90591753a068ea 100644 (file)
 #define debug(fmt,args...)
 #endif /* MKIMAGE_DEBUG */
 
+#define MKIMAGE_TMPFILE_SUFFIX         ".tmp"
+#define MKIMAGE_MAX_TMPFILE_LEN                256
+#define MKIMAGE_DEFAULT_DTC_OPTIONS    "-I dts -O dtb -p 500"
+#define MKIMAGE_MAX_DTC_CMDLINE_LEN    512
+#define MKIMAGE_DTC                    "dtc"   /* assume dtc is in $PATH */
+
 #if defined(__BEOS__) || defined(__NetBSD__) || defined(__APPLE__)
 #include <inttypes.h>
 #endif