All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2] qemu_mips: move env storage just after u-boot
Date: Wed, 10 Dec 2008 00:05:40 +0900	[thread overview]
Message-ID: <493E8944.4080302@ruby.dti.ne.jp> (raw)
In-Reply-To: <1220909525-14187-1-git-send-email-plagnioj@jcrosoft.com>

Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@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

      parent reply	other threads:[~2008-12-09 15:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-08 20:26 [U-Boot] [PATCH 1/1] qemu_mips: move env storage just after u-boot Jean-Christophe PLAGNIOL-VILLARD
2008-09-08 20:27 ` [U-Boot] [PATCH 1/1] qemu_mips: update doc to generate and to use qemu flash, ide file Jean-Christophe PLAGNIOL-VILLARD
2008-09-08 21:08   ` Wolfgang Denk
2008-12-07  8:51   ` Jean-Christophe PLAGNIOL-VILLARD
2008-12-09 15:02     ` Shinya Kuribayashi
2008-12-16 21:08       ` Jean-Christophe PLAGNIOL-VILLARD
2008-12-16 21:10         ` [U-Boot] [PATCH 1/2] qemu_mips: move env storage just after u-boot Jean-Christophe PLAGNIOL-VILLARD
2008-12-16 21:10           ` [U-Boot] [PATCH 2/2] qemu_mips: update doc to use all disk and boot linux kernel Jean-Christophe PLAGNIOL-VILLARD
2008-12-17 14:20             ` Shinya Kuribayashi
2008-12-17 14:20   ` [U-Boot] [PATCH 1/1] qemu_mips: update doc to generate and to use qemu flash, ide file Shinya Kuribayashi
2008-09-08 21:05 ` [U-Boot] [PATCH 1/1] qemu_mips: move env storage just after u-boot Wolfgang Denk
2008-09-08 21:32   ` [U-Boot] [PATCH V2] " Jean-Christophe PLAGNIOL-VILLARD
2008-09-09 13:56     ` Wolfgang Denk
2008-12-09 15:05     ` Shinya Kuribayashi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=493E8944.4080302@ruby.dti.ne.jp \
    --to=skuribay@ruby.dti.ne.jp \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.