Skip to content
Snippets Groups Projects
Commit 5842383e authored by Gray Remlin's avatar Gray Remlin Committed by Prafulla Wadaskar
Browse files

kirkwood: guruplug: Relocate NAND environment area


Current default options increase u-boot size to overlap the location of the environment in NAND, move environment higher up

Signed-off-by: default avatarGray Remlin <g_remlin@rocketmail.com>
parent 754ae3fb
No related branches found
No related tags found
No related merge requests found
...@@ -72,8 +72,8 @@ ...@@ -72,8 +72,8 @@
* it has to be rounded to sector size * it has to be rounded to sector size
*/ */
#define CONFIG_ENV_SIZE 0x20000 /* 128k */ #define CONFIG_ENV_SIZE 0x20000 /* 128k */
#define CONFIG_ENV_ADDR 0x40000 #define CONFIG_ENV_ADDR 0x60000
#define CONFIG_ENV_OFFSET 0x40000 /* env starts here */ #define CONFIG_ENV_OFFSET 0x60000 /* env starts here */
/* /*
* Default environment variables * Default environment variables
......
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