nvram: get rid of NVRAM_SPACE
[openwrt/staging/chunkeey.git] / package / utils / nvram / src / nvram.h
index 215d816327c7e35adaff83f75bd253bf8d47fec8..724f33b8114925d0764a23ca1911cb464c466ff7 100644 (file)
@@ -114,7 +114,6 @@ char * nvram_find_staging(void);
 
 /* NVRAM constants */
 #define NVRAM_MIN_SPACE                        0x8000
-#define NVRAM_SPACE                    0x10000
 #define NVRAM_MAGIC                    0x48534C46      /* 'FLSH' */
 #define NVRAM_VERSION          1