]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: use CONFIG_SYS_FSL_PCIE_COMPAT macro when setting the PCI LIODNs
authorTimur Tabi <timur@freescale.com>
Wed, 25 Jul 2012 11:03:34 +0000 (11:03 +0000)
committerAndy Fleming <afleming@freescale.com>
Wed, 8 Aug 2012 23:32:16 +0000 (18:32 -0500)
commit5c5befda58e4a3f198a033e8a9952b2b309acc86
tree631cd1488116efe75498985641df0db02f3c5b0c
parent718f2b318764233cb5dec5e740962a66eecbabad
powerpc/85xx: use CONFIG_SYS_FSL_PCIE_COMPAT macro when setting the PCI LIODNs

The SET_PCI_LIODN() macro takes a compatible property string as a parameter, so that it knows
which PCI device tree node to look for.  The calls to these macros are using a hard-coded string,
but we already have the CONFIG_SYS_FSL_PCIE_COMPAT macro which contains the same string, so we
should use that.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/cpu/mpc85xx/p2041_ids.c
arch/powerpc/cpu/mpc85xx/p3041_ids.c
arch/powerpc/cpu/mpc85xx/p4080_ids.c
arch/powerpc/cpu/mpc85xx/p5020_ids.c