X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=tools%2Fmkimage.h;h=1d9984e1a3dd36c9e3f9ea147a641c79ede128f2;hp=ab8baf8f056fdde53fe107feb16d2127c4366a4b;hb=399c744b22459585dc2dda2cb7353b3026e28e18;hpb=4f6104270146c76fcaf46e951f84cdc1612a04b7 diff --git a/tools/mkimage.h b/tools/mkimage.h index ab8baf8f05..1d9984e1a3 100644 --- a/tools/mkimage.h +++ b/tools/mkimage.h @@ -90,6 +90,7 @@ struct mkimage_params { const char *keydir; /* Directory holding private keys */ const char *keydest; /* Destination .dtb for public key */ const char *comment; /* Comment to add to signature node */ + int require_keys; /* 1 to mark signing keys as 'required' */ }; /*