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/MPC8349EMDS_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/MPC8349EMDS_defconfig')
-rw-r--r-- | configs/MPC8349EMDS_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/MPC8349EMDS_defconfig b/configs/MPC8349EMDS_defconfig index 41a1d9609b..bd8ff625e1 100644 --- a/configs/MPC8349EMDS_defconfig +++ b/configs/MPC8349EMDS_defconfig @@ -2,6 +2,7 @@ CONFIG_PPC=y CONFIG_SYS_TEXT_BASE=0xFE000000 CONFIG_MPC83xx=y CONFIG_TARGET_MPC8349EMDS=y +CONFIG_PCI_ONE_PCI1=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y CONFIG_BOOTDELAY=6 |