Skip to content
Snippets Groups Projects
Commit 63bb07b2 authored by Rafał Miłecki's avatar Rafał Miłecki
Browse files

Revert "nvram: increase NVRAM size to 64 KiB"


This reverts commit ff84c27a281bc19df19bc62ee8688cca5586f6e3.
This tool has really broken size handling (many values hardcoded), it
crashes right now in case of NVRAM not filling whole MTD partition.

Conflicts:
	package/utils/nvram/src/nvram.h

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

SVN-Revision: 45579
parent 97a0e165
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ char * nvram_find_staging(void); ...@@ -114,7 +114,7 @@ char * nvram_find_staging(void);
/* NVRAM constants */ /* NVRAM constants */
#define NVRAM_MIN_SPACE 0x8000 #define NVRAM_MIN_SPACE 0x8000
#define NVRAM_SPACE 0x10000 #define NVRAM_SPACE 0x8000
#define NVRAM_MAGIC 0x48534C46 /* 'FLSH' */ #define NVRAM_MAGIC 0x48534C46 /* 'FLSH' */
#define NVRAM_VERSION 1 #define NVRAM_VERSION 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment