From: York Sun Date: Wed, 28 Dec 2016 16:43:39 +0000 (-0800) Subject: powerpc: T104xQDS: Remove macro CONFIG_T104xD4QDS X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=a10550385169e456950add6f3e2a4774d6aea67c;p=u-boot.git powerpc: T104xQDS: Remove macro CONFIG_T104xD4QDS Remove this macro. It was added by e622d9ed but actually wasn't used. Signed-off-by: York Sun --- diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h index 89ca45cb65..10e26d6cd5 100644 --- a/arch/powerpc/include/asm/fsl_secure_boot.h +++ b/arch/powerpc/include/asm/fsl_secure_boot.h @@ -32,7 +32,6 @@ defined(CONFIG_TARGET_T2080QDS) || \ defined(CONFIG_TARGET_T2080RDB) || \ defined(CONFIG_TARGET_T1040QDS) || \ - defined(CONFIG_T104xD4QDS) || \ defined(CONFIG_TARGET_T1040RDB) || \ defined(CONFIG_TARGET_T1040D4RDB) || \ defined(CONFIG_TARGET_T1042RDB) || \