public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 5/5] arm: rmobile: Add supoprt for KMC KZM-A9-GT board
Date: Thu, 05 Jul 2012 17:18:53 +0900	[thread overview]
Message-ID: <4FF54DED.9090909@kmckk.co.jp> (raw)
In-Reply-To: <1341471662-1157-5-git-send-email-nobuhiro.iwamatsu.yj@renesas.com>

Hello, Iwamatsu-san

(2012/07/05 16:01), Nobuhiro Iwamatsu wrote:

> diff --git a/board/kmc/kzm9g/kzm9g.c b/board/kmc/kzm9g/kzm9g.c
> new file mode 100644
> index 0000000..3f38f69
> --- /dev/null
> +++ b/board/kmc/kzm9g/kzm9g.c
[...]
> +void s_init(void)
> +{
[...]
> +	/* Secure control register Init */
> +	#define LIFEC_SEC_SRC_BIT	(1 < 15)
> +	writel(readl(LIFEC_SEC_SRC) & ~LIFEC_SEC_SRC_BIT, LIFEC_SEC_SRC);

(1 < 15) ?
It seems strange. typo of (1 << 15) ?

             -           actux1:FLASH1X8
> diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h
> new file mode 100644
> index 0000000..62ecadc
> --- /dev/null
> +++ b/include/configs/kzm9g.h
[...]
> +
> +#ifndef __KZM_A9_GT_H
> +#define __KZM_A9_GT_H

Trivial.
__KZM9G_H

> +#endif /* __KZM_A9_GT_H */
>
__KZM9G_H

  reply	other threads:[~2012-07-05  8:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-05  7:00 [U-Boot] [PATCH v2 1/5] arm: rmobile: Add basic support for Renesas R-Mobile Nobuhiro Iwamatsu
2012-07-05  7:00 ` [U-Boot] [PATCH 2/5] arm: rmobile: Add support Renesas SH73A0 Nobuhiro Iwamatsu
2012-08-09 18:40   ` Wolfgang Denk
2012-08-10  2:01     ` Nobuhiro Iwamatsu
2012-07-05  7:01 ` [U-Boot] [PATCH v2 3/5] sh: Add support pin function control using GPIO Nobuhiro Iwamatsu
2012-08-09 18:34   ` Wolfgang Denk
2012-08-10  1:52     ` Nobuhiro Iwamatsu
2012-07-05  7:01 ` [U-Boot] [PATCH v2 4/5] serial: sh: Add support Renesas SH73A0 Nobuhiro Iwamatsu
2012-07-05  7:01 ` [U-Boot] [PATCH v2 5/5] arm: rmobile: Add supoprt for KMC KZM-A9-GT board Nobuhiro Iwamatsu
2012-07-05  8:18   ` Tetsuyuki Kobayashi [this message]
2012-07-05 21:58     ` Nobuhiro Iwamatsu
2012-07-05  7:41 ` [U-Boot] [PATCH v2 1/5] arm: rmobile: Add basic support for Renesas R-Mobile Tetsuyuki Kobayashi
2012-07-05 22:43   ` Nobuhiro Iwamatsu
2012-08-09 18:36 ` Wolfgang Denk
2012-08-10  2:02   ` Nobuhiro Iwamatsu

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=4FF54DED.9090909@kmckk.co.jp \
    --to=koba@kmckk.co.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox