[U-Boot] [PATCH] Add CONFIG_AT91FAMILY to AT91RM9200 arch

Jens Scharsig js_at_ng at scharsoft.de
Sun Apr 3 13:33:59 CEST 2011


* Add CONFIG_AT91FAMILY to AT91RM9200 arch


Signed-off-by: Jens Scharsig <js_at_ng at scharsoft.de>
---

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



More information about the U-Boot mailing list