From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Sun, 10 Jul 2011 21:40:41 +0200 Subject: [U-Boot] [PATCH] Add CONFIG_AT91FAMILY to AT91RM9200 arch In-Reply-To: <4D985B27.3090300@scharsoft.de> References: <4D985B27.3090300@scharsoft.de> Message-ID: <4E1A0039.4030902@scharsoft.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch is obsolete since 2011.06 regards Jens Scharsig > * Add CONFIG_AT91FAMILY to AT91RM9200 arch > > > Signed-off-by: Jens Scharsig > --- > > This will also fix brocken EB+CPUx9k2 board in Version 2011.03 > > arch/arm/include/asm/arch-at91/at91rm9200.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/include/asm/arch-at91/at91rm9200.h b/arch/arm/include/asm/arch-at91/at91rm9200.h > index 1bee6f2..6ec4503 100644 > --- a/arch/arm/include/asm/arch-at91/at91rm9200.h > +++ b/arch/arm/include/asm/arch-at91/at91rm9200.h > @@ -131,5 +131,5 @@ > #define AT91_PMX_CA_D16_31 0xFFFF0000 > > #define CONFIG_SYS_AT91_CPU_NAME "AT91RM9200" > - > +#define CONFIG_AT91FAMILY > #endif