diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-10-20 15:54:34 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-10-20 15:54:34 -0500 |
commit | f5012827df11ca0c9be1df5f8b153e188dc2fa7c (patch) | |
tree | fa4879a5be8e7d9a4adfbb712b035b2147adfd63 /board/cds/common | |
parent | d22200f0204ce3210ed47d4e13864ebc60b93918 (diff) | |
download | u-boot-imx-f5012827df11ca0c9be1df5f8b153e188dc2fa7c.zip u-boot-imx-f5012827df11ca0c9be1df5f8b153e188dc2fa7c.tar.gz u-boot-imx-f5012827df11ca0c9be1df5f8b153e188dc2fa7c.tar.bz2 |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/cds/common/ft_board.c b/board/cds/common/ft_board.c index a897d04..9d97905 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; |