X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=tools%2Fomapimage.h;h=8744ae7a2de7969227edec35aa6652006c03b07d;hp=058013498b114a51a475cf563894b90b9b6d8a47;hb=30401a38543b1ed9439818c6f30d1f34909d64b5;hpb=58494052b5fa1c2cbed9f1e04049f2951708cfa3 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_ */