Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> --- common/state.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/state.c b/common/state.c index 4a1e935a3b86..edbfb95fbb5f 100644 --- a/common/state.c +++ b/common/state.c @@ -1030,8 +1030,8 @@ int state_backend_dtb_file(struct state *state, const char *of_path, const char */ struct state_backend_raw { struct state_backend backend; - unsigned long size_data; /* The raw data size (without magic and crc) */ - unsigned long size_full; + unsigned long size_data; /* The raw data size (without header) */ + unsigned long size_full; /* The size header + raw data */ unsigned long stride; /* The stride size in bytes of the copies */ off_t offset; /* offset in the storage file */ size_t size; /* size of the storage area */ -- 2.1.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox