]> Git Repo - J-u-boot.git/blobdiff - tools/mkimage.h
tpm: sandbox: Change the return code when device is already open
[J-u-boot.git] / tools / mkimage.h
index 0d3148444c3f878d20e98fab851cccd54cea41d9..f5ca65e2edfd78a1869e1bcdf2a2a62e1fd08c55 100644 (file)
@@ -41,6 +41,8 @@ static inline ulong map_to_sysmem(void *ptr)
        return (ulong)(uintptr_t)ptr;
 }
 
+#define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) type name[size]
+
 #define MKIMAGE_TMPFILE_SUFFIX         ".tmp"
 #define MKIMAGE_MAX_TMPFILE_LEN                256
 #define MKIMAGE_DEFAULT_DTC_OPTIONS    "-I dts -O dtb -p 500"
This page took 0.031891 seconds and 4 git commands to generate.