[U-Boot-Users] [PATCH v2] sh: Add support Renesas Solutions R2D plus board

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Mon Mar 24 11:41:57 CET 2008


> 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.




More information about the U-Boot mailing list