]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Remove CONFIG_AT91RM9200DK in CMC-PU2 configuration
authorWolfgang Denk <wd@pollux.denx.de>
Thu, 18 Aug 2005 10:21:16 +0000 (12:21 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Thu, 18 Aug 2005 10:21:16 +0000 (12:21 +0200)
Patch by Martin Krause, 19 Apr 2005

CHANGELOG
include/configs/cmc_pu2.h

index dc50004c8e6a1994fc23885831b698a43b41170c..98d271b6c59c23111457142a87c6e0ab1696a415 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes for U-Boot 1.1.4:
 ======================================================================
 
+* Remove CONFIG_AT91RM9200DK in CMC-PU2 configuration
+  Patch by Martin Krause, 19 Apr 2005
+
 * Fix initialization problem on TQM5200 without SM501
   Patch by Martin Krause, 8 Apr. 2005
 
index 12d0cca265be8a170daedbcc871fe58d6a561ca3..355435542616037d8b190e1a119bbaed4d8076b8 100644 (file)
@@ -33,7 +33,6 @@
 
 #define CONFIG_ARM920T         1       /* This is an ARM920T Core      */
 #define CONFIG_AT91RM9200      1       /* It's an Atmel AT91RM9200 SoC */
-#define CONFIG_AT91RM9200DK    1       /* on an AT91RM9200DK Board     */
 #define CONFIG_CMC_PU2         1       /* on an CMC_PU2 Board          */
 #undef  CONFIG_USE_IRQ                 /* we don't need IRQ/FIQ stuff  */
 #define USE_920T_MMU           1