projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
754ae3f
)
kirkwood: guruplug: Relocate NAND environment area
author
Gray Remlin
<[g_remlin@rocketmail.com]>
Thu, 28 Oct 2010 13:32:12 +0000
(19:02 +0530)
committer
Prafulla Wadaskar
<prafulla@marvell.com>
Thu, 28 Oct 2010 13:32:12 +0000
(19:02 +0530)
Current default options increase u-boot size to overlap the location of the environment in NAND, move environment higher up
Signed-off-by: Gray Remlin <g_remlin@rocketmail.com>
include/configs/guruplug.h
patch
|
blob
|
history
diff --git
a/include/configs/guruplug.h
b/include/configs/guruplug.h
index 2c2682cfadf0c1bbdaafe49dc6ca5e3e2c571a0f..f449da9354491990b8047f75b1eb34363d542466 100644
(file)
--- a/
include/configs/guruplug.h
+++ b/
include/configs/guruplug.h
@@
-72,8
+72,8
@@
* it has to be rounded to sector size
*/
#define CONFIG_ENV_SIZE 0x20000 /* 128k */
-#define CONFIG_ENV_ADDR 0x
4
0000
-#define CONFIG_ENV_OFFSET 0x
4
0000 /* env starts here */
+#define CONFIG_ENV_ADDR 0x
6
0000
+#define CONFIG_ENV_OFFSET 0x
6
0000 /* env starts here */
/*
* Default environment variables