summaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-12-28 08:43:37 -0800
committerTom Rini <trini@konsulko.com>2017-01-04 19:40:27 -0500
commit86e0a3132144d19d39a8c14adada27ce3efbce6c (patch)
treeccf6fc4344d8ffe23dc33f0f198700624cab99ce /arch/powerpc
parent80d261881f93ee474d1c9188b5c2b5b42b0c4e6f (diff)
downloadu-boot-imx-86e0a3132144d19d39a8c14adada27ce3efbce6c.zip
u-boot-imx-86e0a3132144d19d39a8c14adada27ce3efbce6c.tar.gz
u-boot-imx-86e0a3132144d19d39a8c14adada27ce3efbce6c.tar.bz2
powerpc: T2080RDB: Remove macro CONFIG_T2080RDB
Use TARGET_T2080RDB from Kconfig instead. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc')
-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 95569a1..89ca45c 100644
--- a/arch/powerpc/include/asm/fsl_secure_boot.h
+++ b/arch/powerpc/include/asm/fsl_secure_boot.h
@@ -30,7 +30,7 @@
defined(CONFIG_TARGET_T4160QDS) || \
defined(CONFIG_TARGET_T4240QDS) || \
defined(CONFIG_TARGET_T2080QDS) || \
- defined(CONFIG_T2080RDB) || \
+ defined(CONFIG_TARGET_T2080RDB) || \
defined(CONFIG_TARGET_T1040QDS) || \
defined(CONFIG_T104xD4QDS) || \
defined(CONFIG_TARGET_T1040RDB) || \