summaryrefslogtreecommitdiff
path: root/package/cfgfs/src/defs.h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-17 18:19:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-17 18:19:59 +0200
commite4938d7ddd08016bfd4cff81994a8c7d762d6d50 (patch)
treefcef46443f8bab6f40e120b1103851a6c588212a /package/cfgfs/src/defs.h
parentcc5d4d9393159133f3d5d6205cafc148cdd95945 (diff)
check for maximum of 16 MB cfgfs partition, more is not available by design, thx @tg for the info
Diffstat (limited to 'package/cfgfs/src/defs.h')
-rw-r--r--package/cfgfs/src/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cfgfs/src/defs.h b/package/cfgfs/src/defs.h
index c099ffb5a..5a70d8c14 100644
--- a/package/cfgfs/src/defs.h
+++ b/package/cfgfs/src/defs.h
@@ -10,7 +10,7 @@
#define DEFS_H
#define DEF_FLASHBLOCK 65536 /* size of a flash block */
-#define DEF_FLASHPART 4194304 /* max size of the partition */
+#define DEF_FLASHPART 16777215 /* max size of the partition */
#define FWCF_VER 0x01 /* major version of spec used */