diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:17:51 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:51:40 +0200 |
commit | 1cbc10c8158d22d65bb5ccc7550186036bb9f17a (patch) | |
tree | 72081cfe8e8bc503f8a5e1d3c7789829cffcddcb /configs/sbc8349_PCI_66_defconfig | |
parent | 47a1b3f446de751ce9cacf57d43681ea43402ea4 (diff) | |
download | u-boot-1cbc10c8158d22d65bb5ccc7550186036bb9f17a.tar.gz |
mpc83xx: Migrate legacy PCI options to Kconfig
The MPC83xx include files contain some settings of the PCI subsystem.
Migrate these to Kconfig until a proper DM PCI driver exists.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'configs/sbc8349_PCI_66_defconfig')
-rw-r--r-- | configs/sbc8349_PCI_66_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sbc8349_PCI_66_defconfig b/configs/sbc8349_PCI_66_defconfig index 945c5229b9..e6535dafcf 100644 --- a/configs/sbc8349_PCI_66_defconfig +++ b/configs/sbc8349_PCI_66_defconfig @@ -2,6 +2,7 @@ CONFIG_PPC=y CONFIG_SYS_TEXT_BASE=0xFF800000 CONFIG_MPC83xx=y CONFIG_TARGET_SBC8349=y +CONFIG_PCI_64BIT=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y CONFIG_SYS_EXTRA_OPTIONS="PCI_66M" |