[U-Boot] [Patch] make eb_cpux9k2 board usable with 2011.03 -RC1

* add CONFIG_AT91_FAMILY (fix error with soft_i2c.c)
Signed-off-by: Jens Scharsig esw@bus-elektronik.de
---
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 */
participants (1)
-
esw@bus-elektronik.de