From mboxrd@z Thu Jan 1 00:00:00 1970 From: esw at bus-elektronik.de Date: Fri, 04 Feb 2011 10:37:23 +0100 Subject: [U-Boot] [Patch] make eb_cpux9k2 board usable with 2011.03 -RC1 Message-ID: <4D4BC8D3.20809@bus-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de * add CONFIG_AT91_FAMILY (fix error with soft_i2c.c) Signed-off-by: Jens Scharsig --- This patch is essentially to make the eb_cpux9k2 board working/compatible with 2011.03-RC1. include/configs/eb_cpux9k2.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h index 754fc8b..21595e2 100644 --- a/include/configs/eb_cpux9k2.h +++ b/include/configs/eb_cpux9k2.h @@ -28,7 +28,7 @@ #define _CONFIG_EB_CPUx9K2_H_ /*--------------------------------------------------------------------------*/ - +#define CONFIG_AT91FAMILY #define CONFIG_ARM920T 1 /* This is an ARM920T Core */ #define CONFIG_AT91RM9200 1 /* It's an Atmel AT91RM9200 SoC */ #define CONFIG_EB_CPUX9K2 1 /* on an EP+CPUX9K2 Board */ -- 1.6.6.1