diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 11:56:57 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:12 -0800 |
commit | b41f192b6763948f878e1948770c7305211a2348 (patch) | |
tree | 6db6a872deb63dd33bd5822725e75887a66beb08 /include/configs/B4860QDS.h | |
parent | d46a4a137898d17c736d13bbe405b479aeb4483a (diff) | |
download | u-boot-imx-b41f192b6763948f878e1948770c7305211a2348.zip u-boot-imx-b41f192b6763948f878e1948770c7305211a2348.tar.gz u-boot-imx-b41f192b6763948f878e1948770c7305211a2348.tar.bz2 |
powerpc: B4420: Remove macro CONFIG_PPC_B4420
Replace CONFIG_PPC_B4420 with ARCH_B4420 in Kconfig and clean up
existing macros.
Diffstat (limited to 'include/configs/B4860QDS.h')
-rw-r--r-- | include/configs/B4860QDS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/B4860QDS.h b/include/configs/B4860QDS.h index a1468b8..cd4333f 100644 --- a/include/configs/B4860QDS.h +++ b/include/configs/B4860QDS.h @@ -73,7 +73,7 @@ #define CONFIG_FSL_PCI_INIT /* Use common FSL init code */ #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */ -#ifndef CONFIG_PPC_B4420 +#ifndef CONFIG_ARCH_B4420 #define CONFIG_SYS_SRIO #define CONFIG_SRIO1 /* SRIO port 1 */ #define CONFIG_SRIO2 /* SRIO port 2 */ |