| Submitter | Amit Virdi |
|---|---|
| Date | May 7, 2012, 7:36 a.m. |
| Message ID | <ab77378c8002327405ae9241a8b0f598c287be61.1336376035.git.amit.virdi@st.com> |
| Download | mbox | patch |
| Permalink | /patch/157263/ |
| State | Accepted |
| Delegated to: | Stefan Roese |
| Headers | show |
Comments
Patch
diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index 8416bbc..e2a5155 100644 --- a/include/configs/spear-common.h +++ b/include/configs/spear-common.h @@ -162,8 +162,7 @@ "0x4C0000; bootm 0x1600000" #endif -#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE -#define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + \ +#define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + \ CONFIG_SYS_MONITOR_LEN) #elif defined(CONFIG_ENV_IS_IN_NAND) /* @@ -200,6 +199,7 @@ #define CONFIG_ENV_SIZE 0x02000 +#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* Miscellaneous configurable options */ #define CONFIG_ARCH_CPU_INIT