summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-09-07 12:48:49 +0200
committerStefan Roese <sr@denx.de>2006-09-07 12:48:49 +0200
commitefa20585b3ccfdde431c19c6a9d9d8dae46fe5bb (patch)
treeebbbfc5fb7c5ffd7201931b29f8f1436c0ca1abb /include
parent8cacfb85a89f9136d685697eb2c97dae5bddfe8d (diff)
downloadbarebox-efa20585b3ccfdde431c19c6a9d9d8dae46fe5bb.tar.gz
barebox-efa20585b3ccfdde431c19c6a9d9d8dae46fe5bb.tar.xz
Fix build problem with CPCI440
Patch by Stefan Roese, 07 Sep 2006
Diffstat (limited to 'include')
-rw-r--r--include/configs/CPCI440.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/CPCI440.h b/include/configs/CPCI440.h
index a5bc773e17..90d3a8d8fa 100644
--- a/include/configs/CPCI440.h
+++ b/include/configs/CPCI440.h
@@ -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! */