]> git.ipfire.org Git - people/ms/u-boot.git/commit
powerpc: mpc8548cds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
authorBin Meng <bmeng.cn@gmail.com>
Tue, 12 Jan 2016 06:41:15 +0000 (22:41 -0800)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 28 Jan 2016 18:22:37 +0000 (12:22 -0600)
commit1adc09544fc4479b1d275e71efa8c55f1446cdee
tree22ced569b0f265c8bbe809adbec06ac2a5babe25
parent4521ae9dca9e0a5aaed95e86fe1be3ccf078abe8
powerpc: mpc8548cds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET

The call to pci_eth_init() should not be wrapped with CONFIG_TSEC_ENET.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
board/freescale/mpc8548cds/mpc8548cds.c