aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/fsl_secure_boot.h
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 11:24:40 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:11 -0800
commite71372cb6371033a762b3329d063c3735a783a76 (patch)
tree7a6a1950a0cb3fe51de50fcc5ca887d87e853ad3 /arch/powerpc/include/asm/fsl_secure_boot.h
parent850af2c7a9eb0bb11135eaba3c3f85aba64581f0 (diff)
downloadu-boot-e71372cb6371033a762b3329d063c3735a783a76.zip
u-boot-e71372cb6371033a762b3329d063c3735a783a76.tar.gz
u-boot-e71372cb6371033a762b3329d063c3735a783a76.tar.bz2
powerpc: P4080: Remove macro CONFIG_PPC_P4080
Replace CONFIG_PPC_P4080 with ARCH_P4080 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/include/asm/fsl_secure_boot.h')
-rw-r--r--arch/powerpc/include/asm/fsl_secure_boot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h
index b75ae11..38b666c 100644
--- a/arch/powerpc/include/asm/fsl_secure_boot.h
+++ b/arch/powerpc/include/asm/fsl_secure_boot.h
@@ -59,7 +59,7 @@
#endif
#if defined(CONFIG_ARCH_P3041) || \
- defined(CONFIG_PPC_P4080) || \
+ defined(CONFIG_ARCH_P4080) || \
defined(CONFIG_PPC_P5020) || \
defined(CONFIG_PPC_P5040) || \
defined(CONFIG_ARCH_P2041)