]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/mkimage.h
rockchip: video: rk_vop: migrate to livetree
[people/ms/u-boot.git] / tools / mkimage.h
index d5491b6e60ae8eddcbbf8d6e67db8ed19ab4db5c..baee8666658f8e82a9d461aebc178b28166ca482 100644 (file)
@@ -18,7 +18,7 @@
 #include <sys/stat.h>
 #include <time.h>
 #include <unistd.h>
-#include <sha1.h>
+#include <u-boot/sha1.h>
 #include "fdt_host.h"
 #include "imagetool.h"
 
@@ -44,6 +44,5 @@ static inline ulong map_to_sysmem(void *ptr)
 #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 */
 
 #endif /* _MKIIMAGE_H_ */