diff mbox

[U-Boot,10/11] x86: Disable DM_PCI_COMPAT

Message ID 1454421490-11037-11-git-send-email-bmeng.cn@gmail.com
State Accepted
Commit d8277a87d0993492b2c09dcd9ccf1ce652d03b9c
Delegated to: Bin Meng
Headers show

Commit Message

Bin Meng Feb. 2, 2016, 1:58 p.m. UTC
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 <bmeng.cn@gmail.com>
---

 arch/x86/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

Comments

Simon Glass Feb. 3, 2016, 3:28 a.m. UTC | #1
Hi Bin,

On 2 February 2016 at 06:58, Bin Meng <bmeng.cn@gmail.com> wrote:
> 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 <bmeng.cn@gmail.com>
> ---
>
>  arch/x86/Kconfig | 3 ---
>  1 file changed, 3 deletions(-)

Wow you were super-fast with this one!

Regards,
Simon
Bin Meng Feb. 5, 2016, 4:49 a.m. UTC | #2
On Tue, Feb 2, 2016 at 9:58 PM, Bin Meng <bmeng.cn@gmail.com> wrote:
> 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 <bmeng.cn@gmail.com>
> ---
>
>  arch/x86/Kconfig | 3 ---
>  1 file changed, 3 deletions(-)
>

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

Patch

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index a995e32..49e173c 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