board: tbs2910: Convert pci to driver model
authorSoeren Moch <smoch@web.de>
Thu, 10 Oct 2019 22:59:49 +0000 (00:59 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 13 Oct 2019 20:49:11 +0000 (22:49 +0200)
commit2fabe35187a3523e72437e415bc1be9187be010a
tree2d2dcb70cbef562186e864930b8bfd4fdcb06523
parentdc6c8fb84e805c81b8ae5765f1ef8455ba5e0903
board: tbs2910: Convert pci to driver model

So we can get rid of legacy pci config code.

PCI_PNP is not required for this board, remove it to reduce the size of the
u-boot binary.

DM_PCI does not start the host controller automatically anymore. Do so
in preboot instead.

Signed-off-by: Soeren Moch <smoch@web.de>
board/tbs/tbs2910/tbs2910.c
configs/tbs2910_defconfig