commit | 5c5befda58e4a3f198a033e8a9952b2b309acc86 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Wed Jul 25 11:03:34 2012 +0000 |
committer | Andy Fleming <afleming@freescale.com> | Wed Aug 08 18:32:16 2012 -0500 |
tree | 631cd1488116efe75498985641df0db02f3c5b0c | |
parent | 718f2b318764233cb5dec5e740962a66eecbabad [diff] |
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>