> 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 <config_cmd_default.h> > + Best Regards, J.
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
