summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-21 21:19:14 (GMT)
committerYork Sun <york.sun@nxp.com>2016-11-24 07:42:15 (GMT)
commit9c21d06c672cfe45c07a2e1bd65f05d6b5837022 (patch)
treea3c9dc9150d5a560dae4b6b9d19d0a48ffd53fdd /arch/powerpc/include
parent0f3d80e99370d5896525eef79c2b88d9c87a66ae (diff)
downloadu-boot-9c21d06c672cfe45c07a2e1bd65f05d6b5837022.tar.xz
powerpc: T4160QDS: Separate from T4240QDS in Kconfig
Use TARGET_T4160QDS to simplify Kconfig options. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/fsl_secure_boot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h
index c6930dd..6cfbbcd 100644
--- a/arch/powerpc/include/asm/fsl_secure_boot.h
+++ b/arch/powerpc/include/asm/fsl_secure_boot.h
@@ -27,6 +27,7 @@
#if defined(CONFIG_TARGET_B4860QDS) || \
defined(CONFIG_TARGET_B4420QDS) || \
+ defined(CONFIG_TARGET_T4160QDS) || \
defined(CONFIG_T4240QDS) || \
defined(CONFIG_T2080QDS) || \
defined(CONFIG_T2080RDB) || \