]> git.ipfire.org Git - people/ms/u-boot.git/commit
drivers/fsl_pci_init: Fix compile warning
authorKumar Gala <galak@kernel.crashing.org>
Tue, 9 Dec 2008 16:27:33 +0000 (10:27 -0600)
committerWolfgang Denk <wd@denx.de>
Tue, 9 Dec 2008 20:15:03 +0000 (21:15 +0100)
commit4c253fdb2a175ea3472c38a1455a16faa58e81f0
treec2a1b9ea159182a0c1c18f66feff8fd7fb7340a5
parent13d36ec849785453953d00220b2c7dc66644a3c2
drivers/fsl_pci_init: Fix compile warning

fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type

The check only makes sense if we are CONFIG_PHYS_64BIT

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/pci/fsl_pci_init.c