X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=tools%2Fomapimage.h;h=8744ae7a2de7969227edec35aa6652006c03b07d;hb=ffcdbd85b18e0e34ce296a4bfa90ec441e9db6c8;hp=058013498b114a51a475cf563894b90b9b6d8a47;hpb=aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c;p=karo-tx-uboot.git diff --git a/tools/omapimage.h b/tools/omapimage.h index 058013498b..8744ae7a2d 100644 --- a/tools/omapimage.h +++ b/tools/omapimage.h @@ -4,7 +4,7 @@ * Author John Rigby * Based on TI's signGP.c * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _OMAPIMAGE_H_ @@ -25,10 +25,5 @@ struct ch_settings { uint32_t flags; }; -struct gp_header { - uint32_t size; - uint32_t load_addr; -}; - #define KEY_CHSETTINGS 0xC0C0C0C1 #endif /* _OMAPIMAGE_H_ */