summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-10 15:14:32 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-10 15:14:32 +0200
commit8f79e4c2da54cea11bb576870059fc1ba8847ccb (patch)
treef0239cabab579b2e9ed45fca40d33c3041363792 /board
parenteece159cddc1f64a744c82c4b9582ced45b5c45c (diff)
downloadblackbird-obmc-uboot-8f79e4c2da54cea11bb576870059fc1ba8847ccb.tar.gz
blackbird-obmc-uboot-8f79e4c2da54cea11bb576870059fc1ba8847ccb.zip
Add configuration for IFM AEV FIFO board.
Minor coding style cleanup.
Diffstat (limited to 'board')
-rw-r--r--board/tqm5200/tqm5200.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/tqm5200/tqm5200.c b/board/tqm5200/tqm5200.c
index 43d89b0604..90275ecd8e 100644
--- a/board/tqm5200/tqm5200.c
+++ b/board/tqm5200/tqm5200.c
@@ -250,6 +250,10 @@ long int initdram (int board_type)
int checkboard (void)
{
+#if defined (CONFIG_AEVFIFO)
+ puts ("Board: AEVFIFO\n");
+ return 0;
+#endif
#if defined (CONFIG_TQM5200_AA)
puts ("Board: TQM5200-AA (TQ-Components GmbH)\n");
#elif defined (CONFIG_TQM5200_AB)
OpenPOWER on IntegriCloud