diff options
| author | York Sun <[email protected]> | 2016-12-28 08:43:36 -0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-01-04 19:40:26 -0500 |
| commit | 80d261881f93ee474d1c9188b5c2b5b42b0c4e6f (patch) | |
| tree | 617ef45ddde25aeea93d7e76febb76ef65cbb55d /arch | |
| parent | f4f6694060d38c3a386bc0b876abc1676cb87f33 (diff) | |
powerpc: T2080QDS: Remove macro T2080QDS
Use TARGET_T2080QDS from Kconfig instead.
Signed-off-by: York Sun <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/powerpc/include/asm/fsl_secure_boot.h | 2 |
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 6949ee80b5c..95569a1f43f 100644 --- a/arch/powerpc/include/asm/fsl_secure_boot.h +++ b/arch/powerpc/include/asm/fsl_secure_boot.h @@ -29,7 +29,7 @@ defined(CONFIG_TARGET_B4420QDS) || \ defined(CONFIG_TARGET_T4160QDS) || \ defined(CONFIG_TARGET_T4240QDS) || \ - defined(CONFIG_T2080QDS) || \ + defined(CONFIG_TARGET_T2080QDS) || \ defined(CONFIG_T2080RDB) || \ defined(CONFIG_TARGET_T1040QDS) || \ defined(CONFIG_T104xD4QDS) || \ |
