X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fomapimage.h;h=8744ae7a2de7969227edec35aa6652006c03b07d;hb=b00f8edb5a1a98636afa121c7c8eacc9045ae19f;hp=058013498b114a51a475cf563894b90b9b6d8a47;hpb=5b9c79a81db80c3f9e50c77477957cd803429af8;p=u-boot 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_ */