diff mbox

[U-Boot,13/24] powerpc: T104xQDS: Remove macro CONFIG_T104xD4QDS

Message ID 1482943430-10231-14-git-send-email-york.sun@nxp.com
State Accepted
Commit a10550385169e456950add6f3e2a4774d6aea67c
Delegated to: Tom Rini
Headers show

Commit Message

York Sun Dec. 28, 2016, 4:43 p.m. UTC
Remove this macro. It was added by e622d9ed but actually wasn't used.

Signed-off-by: York Sun <york.sun@nxp.com>
---

 arch/powerpc/include/asm/fsl_secure_boot.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Jan. 5, 2017, 1:29 p.m. UTC | #1
On Wed, Dec 28, 2016 at 08:43:39AM -0800, York Sun wrote:

> Remove this macro. It was added by e622d9ed but actually wasn't used.
> 
> Signed-off-by: York Sun <york.sun@nxp.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h
index 89ca45c..10e26d6 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) || \