Fix build problem with CPCI440
authorStefan Roese <sr@denx.de>
Thu, 7 Sep 2006 10:48:49 +0000 (12:48 +0200)
committerStefan Roese <sr@denx.de>
Thu, 7 Sep 2006 10:48:49 +0000 (12:48 +0200)
Patch by Stefan Roese, 07 Sep 2006

CHANGELOG
include/configs/CPCI440.h

index f71c864228acec70a5a09239aa81dd464f88f4c8..27d9226fde935e7191971ed3597b9e1085d5d526 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,8 +2,11 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Fix build problem with CPCI440
+  Patch by Stefan Roese, 07 Sep 2006
+
 * Change Yellowstone to use CFI write buffer
-  Patch by Stefan Roese, 07 Aug 2006
+  Patch by Stefan Roese, 07 Sep 2006
 
 * Add support for AMCC Sequoia PPC440EPx eval board
   - Add support for PPC440EPx & PPC440GRx
index a5bc773e17706dbaf1b57be9db41a4b428b6464a..90d3a8d8fa396cf17dbd3af105325043a0cb0f57 100644 (file)
@@ -31,7 +31,8 @@
 /*-----------------------------------------------------------------------
  * High Level Configuration Options
  *----------------------------------------------------------------------*/
-#define CONFIG_EBONY           1           /* Board is ebony           */
+#define CONFIG_CPCI440         1           /* Board is ebony           */
+#define CONFIG_440GP           1           /* Specifc GP support       */
 #define CONFIG_4xx             1           /* ... PPC4xx family        */
 #define CONFIG_BOARD_EARLY_INIT_F 1        /* Call board_early_init_f  */
 #undef CFG_DRAM_TEST                       /* Disable-takes long time! */