commit | a063086312c59b75ba3ada134ae66a7ecb93a696 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 29 13:17:58 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 12 10:19:09 2016 -0700 |
tree | b556a48f262417fba664be1582a618575c20113a | |
parent | f9d94d32b5df3e4d797a52ff1106c0cd3a4b772d [diff] |
dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API This function should take a struct udevice rather than pci_dev_t. Update it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>