[U-Boot] [PATCH V2] qemu_mips: move env storage just after u-boot

Shinya Kuribayashi skuribay at ruby.dti.ne.jp
Tue Dec 9 16:05:40 CET 2008


Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> ---
> 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


More information about the U-Boot mailing list