diff options
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | 2016-12-13 14:54:24 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-01-18 09:27:18 -0800 |
commit | 19538f306b230fabb4f7244bf802eda7dee28bc7 (patch) | |
tree | ae011ede561add6989ecf539771f96636b7faa97 /include/configs/ls1021atwr.h | |
parent | 9fa2a4fc8b60949bd2b66a57c119acbf8df3aaae (diff) | |
download | u-boot-19538f306b230fabb4f7244bf802eda7dee28bc7.tar.gz |
kconfig: move FSL_PCIE_COMPAT to platform Kconfig
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1021atwr.h')
-rw-r--r-- | include/configs/ls1021atwr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index 6aff6b5276..b54c4d3ce1 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -370,7 +370,6 @@ /* PCIe */ #define CONFIG_PCIE1 /* PCIE controller 1 */ #define CONFIG_PCIE2 /* PCIE controller 2 */ -#define FSL_PCIE_COMPAT "fsl,ls1021a-pcie" #ifdef CONFIG_PCI #define CONFIG_PCI_SCAN_SHOW |