X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b19cd7dc6d58535f2ce75a64cd6c23bd83b10820..95d6d72228f1fac59cfd975b44a7d15f38b635b3:/tools/firmware-utils/src/zynos.h diff --git a/tools/firmware-utils/src/zynos.h b/tools/firmware-utils/src/zynos.h index c8d3250f7..e68ddefbd 100644 --- a/tools/firmware-utils/src/zynos.h +++ b/tools/firmware-utils/src/zynos.h @@ -1,5 +1,4 @@ /* - * $Id$ * * Copyright (C) 2007-2008 OpenWrt.org * Copyright (C) 2007-2008 Gabor Juhos @@ -21,6 +20,8 @@ #define BOOTBASE_MAC_LEN 6 #define BOOTBASE_FEAT_LEN 22 +#define BOOTEXT_DEF_SIZE 0x18000 + struct zyn_bootbase_info { char vendor[BOOTBASE_NAME_LEN]; /* Vendor name */ char model[BOOTBASE_NAME_LEN]; /* Model name */