]> Git Repo - J-u-boot.git/blobdiff - tools/mkimage.h
mkimage: Add -K to write public keys to an FDT blob
[J-u-boot.git] / tools / mkimage.h
index 03c6c8f5237d741cbc17793ace87fee2a855c946..63b9b4f8bedeede86f8da9bcbc9e7e4d04bc6a16 100644 (file)
@@ -87,6 +87,8 @@ struct mkimage_params {
        char *datafile;
        char *imagefile;
        char *cmdname;
+       const char *keydir;     /* Directory holding private keys */
+       const char *keydest;    /* Destination .dtb for public key */
 };
 
 /*
This page took 0.025451 seconds and 4 git commands to generate.