[U-Boot] [PATCH 11/11] x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE

Bin Meng bmeng.cn at gmail.com
Fri Feb 5 05:49:28 CET 2016


On Wed, Feb 3, 2016 at 11:28 AM, Simon Glass <sjg at chromium.org> wrote:
> On 2 February 2016 at 06:58, Bin Meng <bmeng.cn at gmail.com> wrote:
>> Now that we have converted all x86 codes to DM PCI, drop pci_type1.c
>> which is only built for legacy PCI. Also per checkpatch.pl warning,
>> DEFINE_PCI_DEVICE_TABLE is now deprecated so drop that too.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>>
>> ---
>>
>>  arch/x86/include/asm/pci.h |  7 -------
>>  arch/x86/lib/Makefile      |  3 ---
>>  arch/x86/lib/pci_type1.c   | 50 ----------------------------------------------
>>  3 files changed, 60 deletions(-)
>>  delete mode 100644 arch/x86/lib/pci_type1.c
>
> Reviewed-by: Simon Glass <sjg at chromium.org>

applied to u-boot-x86/master, thanks!


More information about the U-Boot mailing list