nvram: get rid of NVRAM_SPACE

Now we support NVRAM whatever its size is.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

SVN-Revision: 46262
This commit is contained in:
Rafał Miłecki
2015-07-08 06:05:43 +00:00
parent d372167491
commit 4497c35bd0
2 changed files with 2 additions and 3 deletions

View 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