nvram: get rid of NVRAM_SPACE
[openwrt/openwrt.git] / package / utils / nvram / src / nvram.h
index c72f67e9a8a717568a89b9a94f73f90ab1e1170f..724f33b8114925d0764a23ca1911cb464c466ff7 100644 (file)
@@ -113,7 +113,7 @@ char * nvram_find_staging(void);
 #define        NVRAM_ROUNDUP(x, y)     ((((x)+((y)-1))/(y))*(y))
 
 /* NVRAM constants */
-#define NVRAM_SPACE                    0x8000
+#define NVRAM_MIN_SPACE                        0x8000
 #define NVRAM_MAGIC                    0x48534C46      /* 'FLSH' */
 #define NVRAM_VERSION          1