From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 24 Mar 2008 11:41:57 +0100 Subject: [U-Boot-Users] [PATCH v2] sh: Add support Renesas Solutions R2D plus board In-Reply-To: <20080324021353.4936e9b6.iwamatsu@nigauri.org> References: <20080312154048.6a876a10.iwamatsu@nigauri.org> <20080312221519.GD18968@game.jcrosoft.org> <20080324021353.4936e9b6.iwamatsu@nigauri.org> Message-ID: <20080324104157.GA24730@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h > new file mode 100644 > index 0000000..b28df98 > --- /dev/null > +++ b/include/configs/r2dplus.h > @@ -0,0 +1,152 @@ > +#ifndef __CONFIG_H > +#define __CONFIG_H > + > +#undef DEBUG > + > +#define CONFIG_SH 1 > +#define CONFIG_SH4 1 > +#define CONFIG_CPU_SH7751 1 > +#define CONFIG_CPU_SH_TYPE_R 1 > +#define CONFIG_R2DPLUS 1 > +/* OLD type R2D plus support*/ > +/* #define CONFIG_R2DPLUS_OLD 1 */ Please remove > +#define __LITTLE_ENDIAN__ 1 > + > +/* > + * Command line configuration. > + */ > +#include > + Best Regards, J.