From: Bin Meng Date: Tue, 2 Feb 2016 13:58:08 +0000 (-0800) Subject: x86: Disable DM_PCI_COMPAT X-Git-Tag: v2016.03-rc2~95 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d8277a87d0993492b2c09dcd9ccf1ce652d03b9c;p=u-boot x86: Disable DM_PCI_COMPAT Now that all x86 codes have been converted to use proper DM PCI APIs, it's time to disable the legacy compatible layer. Signed-off-by: Bin Meng --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index a995e32bb9..49e173c820 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -93,9 +93,6 @@ config SYS_X86_START16 depends on X86_RESET_VECTOR default 0xfffff800 -config DM_PCI_COMPAT - default y # Until we finish moving over to the new API - config BOARD_ROMSIZE_KB_512 bool config BOARD_ROMSIZE_KB_1024