From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nobuhiro Iwamatsu Date: Mon, 17 Jan 2011 22:04:33 +0900 Subject: [U-Boot] [PATCH] sh: add checking the CONFIG_SYS_NO_FLASH In-Reply-To: <4D33C05B.2080201@renesas.com> References: <4D33C05B.2080201@renesas.com> Message-ID: <20110117130433.GC13819@chimagu.nigauri.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jan 17, 2011 at 01:06:51PM +0900, Yoshihiro Shimoda wrote: > Signed-off-by: Yoshihiro Shimoda > --- > arch/sh/lib/board.c | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/arch/sh/lib/board.c b/arch/sh/lib/board.c > index cdac382..b8cd8f3 100644 > --- a/arch/sh/lib/board.c > +++ b/arch/sh/lib/board.c Applied, thanks. Nobuhiro