From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Wed, 10 Dec 2008 00:05:40 +0900 Subject: [U-Boot] [PATCH V2] qemu_mips: move env storage just after u-boot In-Reply-To: <1220909525-14187-1-git-send-email-plagnioj@jcrosoft.com> References: <20080908210547.A40CA248A5@gemini.denx.de> <1220909525-14187-1-git-send-email-plagnioj@jcrosoft.com> Message-ID: <493E8944.4080302@ruby.dti.ne.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > Use CFG_MONITOR_LEN instead of value > include/configs/qemu-mips.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h > index faaa889..4f02425 100644 > --- a/include/configs/qemu-mips.h > +++ b/include/configs/qemu-mips.h > @@ -150,7 +150,7 @@ > #define CFG_FLASH_USE_BUFFER_WRITE 1 > > #define CONFIG_ENV_IS_IN_FLASH 1 > -#define CONFIG_ENV_ADDR (CFG_FLASH_BASE + 0x40000) > +#define CONFIG_ENV_ADDR (CFG_FLASH_BASE + CFG_MONITOR_LEN) Now we have CONFIG_SYS_* instead of CFG_* in this area. Could you update and re-send the patch, please? Thanks in advance, Shinya