commit | 4e8001f57d89d84bb5687255be1ed10f0abe48f4 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Dec 09 10:27:33 2008 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Tue Dec 09 21:15:03 2008 +0100 |
tree | c2a1b9ea159182a0c1c18f66feff8fd7fb7340a5 | |
parent | f874b4939967c27d2474f0bc3388a47b593b0614 [diff] |
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>