diff options
author | Tom Rini <trini@konsulko.com> | 2019-06-20 09:14:35 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-20 09:14:35 -0400 |
commit | f643fb9f4c8fc5c5dceb8c2c2893447d18413d77 (patch) | |
tree | 9b77dd853b6027698069c5882a237778ad69e576 /include/configs/MPC8568MDS.h | |
parent | e8c185bb15f7e362f0d77e042b6811966917a6b7 (diff) | |
parent | 70833d530e3b9a776c5127487c7d3c1a1bb238cc (diff) | |
download | u-boot-f643fb9f4c8fc5c5dceb8c2c2893447d18413d77.tar.gz u-boot-f643fb9f4c8fc5c5dceb8c2c2893447d18413d77.tar.xz u-boot-f643fb9f4c8fc5c5dceb8c2c2893447d18413d77.zip |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
- PCIe driver change to support DM model
- T2080QDS migrated to use PCIe DM model
Diffstat (limited to 'include/configs/MPC8568MDS.h')
-rw-r--r-- | include/configs/MPC8568MDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8568MDS.h b/include/configs/MPC8568MDS.h index 5515b9232c..01ee69c013 100644 --- a/include/configs/MPC8568MDS.h +++ b/include/configs/MPC8568MDS.h @@ -16,7 +16,6 @@ #define CONFIG_PCIE1 1 /* PCIE controller */ #define CONFIG_FSL_PCI_INIT 1 /* use common fsl pci init code */ #define CONFIG_PCI_INDIRECT_BRIDGE 1 /* indirect PCI bridge support */ -#define CONFIG_FSL_PCIE_RESET 1 /* need PCIe reset errata */ #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ #define CONFIG_ENV_OVERWRITE |