X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fimage.h;h=4ff1bc129f08630a184cf845c11b1431c64f38ca;hb=e2b6de3d66bae70cb08fea17f5b66ee875dbb636;hp=47f0215f64e46bad4474b35da3932081c55326da;hpb=e27696f6b04459e935a0a5f65f7f668cb02970dd;p=openocd.git diff --git a/src/target/image.h b/src/target/image.h index 47f0215f64..4ff1bc129f 100644 --- a/src/target/image.h +++ b/src/target/image.h @@ -2,6 +2,9 @@ * Copyright (C) 2007 by Dominic Rath * * Dominic.Rath@gmx.de * * * + * Copyright (C) 2007,2008 Øyvind Harboe * + * oyvind.harboe@zylin.com * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -64,7 +67,6 @@ typedef struct image_s int base_address; /* base address, if one is set */ int start_address_set; /* whether the image has a start address (entry point) associated */ u32 start_address; /* start address, if one is set */ - char error_str[IMAGE_MAX_ERROR_STRING]; } image_t; typedef struct image_binary_s