From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuyuki Kobayashi Date: Thu, 05 Jul 2012 17:18:53 +0900 Subject: [U-Boot] [PATCH v2 5/5] arm: rmobile: Add supoprt for KMC KZM-A9-GT board In-Reply-To: <1341471662-1157-5-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> References: <1341471662-1157-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> <1341471662-1157-5-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> Message-ID: <4FF54DED.9090909@kmckk.co.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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