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/mpc8548cds | |
parent | d22200f0204ce3210ed47d4e13864ebc60b93918 (diff) |
Fix compilation warnings on a few 85xx boards.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/cds/mpc8548cds')
-rw-r--r-- | board/cds/mpc8548cds/mpc8548cds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cds/mpc8548cds/mpc8548cds.c b/board/cds/mpc8548cds/mpc8548cds.c index 41bcf885181..7433ebf25bc 100644 --- a/board/cds/mpc8548cds/mpc8548cds.c +++ b/board/cds/mpc8548cds/mpc8548cds.c @@ -329,7 +329,7 @@ pci_init_board(void) int last_stage_init(void) { - unsigned int temp; + unsigned short temp; /* Change the resistors for the PHY */ /* This is needed to get the RGMII working for the 1.3+ |