diff options
author | Minghuan Lian <Minghuan.Lian@nxp.com> | 2016-12-13 14:54:22 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-01-18 09:27:07 -0800 |
commit | 2acfda1292ecc1942cdcc4cae0e719ebdbd5d7d7 (patch) | |
tree | c7659e1287c3c9331ab2286cd44c09aeae722023 /include/configs/ls2080ardb.h | |
parent | 831b4e0cb6a752e7a0a7d2cfe3588e2862ab5e00 (diff) | |
download | u-boot-2acfda1292ecc1942cdcc4cae0e719ebdbd5d7d7.tar.gz u-boot-2acfda1292ecc1942cdcc4cae0e719ebdbd5d7d7.tar.xz u-boot-2acfda1292ecc1942cdcc4cae0e719ebdbd5d7d7.zip |
armv8: ls2080a: Enable PCIe in defconfigs
The patch enables PCIe in ls2080a defconfigs and
removes unused PCIe related macro defines.
Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com>
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls2080ardb.h')
-rw-r--r-- | include/configs/ls2080ardb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index 713e86b41e..feeb962040 100644 --- a/include/configs/ls2080ardb.h +++ b/include/configs/ls2080ardb.h @@ -291,7 +291,6 @@ unsigned long get_board_sys_clk(void); #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5 #define CONFIG_FSL_MEMAC -#define CONFIG_PCIE_LAYERSCAPE /* Use common FSL Layerscape PCIe code */ #ifdef CONFIG_PCI #define CONFIG_PCI_SCAN_SHOW |