From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] cfi_flash: use CFI driver without a monitor program
Date: Fri, 17 May 2013 09:38:55 +0200 [thread overview]
Message-ID: <5195DE8F.20503@denx.de> (raw)
In-Reply-To: <1368772552-12784-1-git-send-email-yamada.m@jp.panasonic.com>
On 05/17/2013 08:35 AM, Masahiro Yamada wrote:
> When CONFIG_SYS_MONITOR_BASE is not defined
> and CONFIG_SYS_FLASH_BASE is defined as zero,
> compile failed with an error.
>
> We can work around this problem by defining
> CONFIG_SYS_MONITOR_BASE as any value
> even though a monitor program is not used.
> But this is not a correct way.
CONFIG_SYS_MONITOR_BASE should be defined to the value, where the U-Boot
image (monitor) is located.
> Using CFI driver should not depend on the use of
> a monitor program.
Could you please explain, what a "monitor program" is?
Is it correct to assume, that you are using the CFI NOR flash driver,
but have U-Boot located in some other location (NAND, MMC...)?
Thanks,
Stefan
next prev parent reply other threads:[~2013-05-17 7:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-17 6:35 [U-Boot] [PATCH] cfi_flash: use CFI driver without a monitor program Masahiro Yamada
2013-05-17 7:38 ` Stefan Roese [this message]
2013-05-17 9:01 ` Masahiro Yamada
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=5195DE8F.20503@denx.de \
--to=sr@denx.de \
--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.