summaryrefslogtreecommitdiff
path: root/include/configs/quantum.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-11-20 15:07:45 +0100
committerWolfgang Denk <wd@denx.de>2010-11-27 23:35:10 +0100
commitcd0402a7307910fe34ca05c7921a69fcff9e1fd1 (patch)
tree1b80af4b485408e007e79958d442be3436fb3879 /include/configs/quantum.h
parent4e2894be5e89f73a3819ef6874d4e9f10dc1138b (diff)
downloadu-boot-imx-cd0402a7307910fe34ca05c7921a69fcff9e1fd1.zip
u-boot-imx-cd0402a7307910fe34ca05c7921a69fcff9e1fd1.tar.gz
u-boot-imx-cd0402a7307910fe34ca05c7921a69fcff9e1fd1.tar.bz2
8xx: Cleanup for partial linking and --gc-sections
Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/quantum.h')
-rw-r--r--include/configs/quantum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/quantum.h b/include/configs/quantum.h
index 0ebb094..3ff80d2 100644
--- a/include/configs/quantum.h
+++ b/include/configs/quantum.h
@@ -1,5 +1,5 @@
/*
- * (C) Copyright 2003-2005
+ * (C) Copyright 2003-2010
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
@@ -210,7 +210,7 @@
#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Timeout for Flash Write (in ms) */
#define CONFIG_ENV_IS_IN_FLASH 1
-#define CONFIG_ENV_OFFSET 0x00F40000 /* Offset of Environment Sector absolute address 0xfff40000*/
+#define CONFIG_ENV_OFFSET 0x00040000 /* Offset of Environment Sector absolute address 0xfff40000*/
#define CONFIG_ENV_SECT_SIZE 0x40000 /* Total Size of Environment Sector */
#define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE
#define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + CONFIG_ENV_OFFSET)