mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-05 13:52:14 +00:00
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 <bmeng.cn@gmail.com>
This commit is contained in:
parent
308143effe
commit
d8277a87d0
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue