summaryrefslogtreecommitdiffstats
path: root/board/cds/common
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-10-20 15:54:34 -0500
committerJon Loeliger <jdl@freescale.com>2006-10-20 15:54:34 -0500
commitf5012827df11ca0c9be1df5f8b153e188dc2fa7c (patch)
treefa4879a5be8e7d9a4adfbb712b035b2147adfd63 /board/cds/common
parentd22200f0204ce3210ed47d4e13864ebc60b93918 (diff)
downloadblackbird-obmc-uboot-f5012827df11ca0c9be1df5f8b153e188dc2fa7c.tar.gz
blackbird-obmc-uboot-f5012827df11ca0c9be1df5f8b153e188dc2fa7c.zip
Fix compilation warnings on a few 85xx boards.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/cds/common')
-rw-r--r--board/cds/common/ft_board.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/cds/common/ft_board.c b/board/cds/common/ft_board.c
index a897d045a0..9d97905ca9 100644
--- a/board/cds/common/ft_board.c
+++ b/board/cds/common/ft_board.c
@@ -45,8 +45,6 @@ static void cds_pci_fixup(void *blob)
/* We rotate the interrupt pins so that the mapping
* changes depending on the slot the carrier card is in.
*/
- int j;
-
map[3] = ((map[3] + slot - 2) % 4) + 1;
map+=7;
OpenPOWER on IntegriCloud