commit | 32ec5b344b651af15eb42add80c7480154fcd4e3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 26 19:51:27 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 01 06:26:37 2015 -0700 |
tree | 0db80b6e33f467522a55e27621031b5a1b369cd5 | |
parent | 72ef5b608cae42c7699c3488dd7465bd8f573acc [diff] |
pci: Use a separate 'dev' variable for the PCI device In the 'pci' command, add a separate variable to hold the PCI device. When this code is converted to driver model, this variable will be used to hold a struct udevice instead. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>