summaryrefslogtreecommitdiffstats
path: root/lib_arm
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-04-01 15:18:44 +0000
committerwdenk <wdenk>2005-04-01 15:18:44 +0000
commitbe6b6e4e2de5fc857fb8207b5fce3f463c33f793 (patch)
tree9a6054c97e8acd13cd0b68d45874a0892d1151fc /lib_arm
parente6ba3c92ceefc2f3f7f41b59640272d8a462bb46 (diff)
downloadblackbird-obmc-uboot-be6b6e4e2de5fc857fb8207b5fce3f463c33f793.tar.gz
blackbird-obmc-uboot-be6b6e4e2de5fc857fb8207b5fce3f463c33f793.zip
Patch by Martin Krause, 01 Apr 2005:
Add automatic HW detection for CMC_PU2 and CMC_BASIC
Diffstat (limited to 'lib_arm')
-rw-r--r--lib_arm/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c
index a74fee1215..ada8cc8879 100644
--- a/lib_arm/board.c
+++ b/lib_arm/board.c
@@ -198,7 +198,7 @@ init_fnc_t *init_sequence[] = {
display_banner, /* say that we are here */
dram_init, /* configure available RAM banks */
display_dram_config,
-#if defined(CONFIG_VCMA9)
+#if defined(CONFIG_VCMA9) || defined (CONFIG_CMC_PU2)
checkboard,
#endif
NULL,
OpenPOWER on IntegriCloud