summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAneesh Bansal <aneesh.bansal@freescale.com>2014-04-22 15:16:48 +0530
committerYork Sun <yorksun@freescale.com>2014-05-13 08:24:32 -0700
commit4067815998a45ed18e4e42ac9cf655ad07d1d4df (patch)
treead46c1d8717789cfab949f4a6e758b37ca85c715 /arch
parent0b2e13d9ccbe56e32dc674cf896b2fb55684368c (diff)
downloadtalos-obmc-uboot-4067815998a45ed18e4e42ac9cf655ad07d1d4df.tar.gz
talos-obmc-uboot-4067815998a45ed18e4e42ac9cf655ad07d1d4df.zip
powerpc/mpc85xx: SECURE BOOT- secure boot target for t1040rdb
T1040RDB.h file is removed and a unified file T104xRDB.h is created. Hence macro CONFIG_T1040 is renamed to CONFIG_T104x. Signed-off-by: Gaurav Kumar Rana <gaurav.rana@freescale.com> Signed-off-by: Aneesh Bansal <aneesh.bansal@freescale.com>
Diffstat (limited to 'arch')
-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 29bef910ed..9a0cb20eb3 100644
--- a/arch/powerpc/include/asm/fsl_secure_boot.h
+++ b/arch/powerpc/include/asm/fsl_secure_boot.h
@@ -21,7 +21,7 @@
defined(CONFIG_T4240QDS) || \
defined(CONFIG_T2080QDS) || \
defined(CONFIG_T1040QDS) || \
- defined(CONFIG_T1040RDB)
+ defined(CONFIG_T104xRDB)
#define CONFIG_SYS_CPC_REINIT_F
#undef CONFIG_SYS_INIT_L3_ADDR
#define CONFIG_SYS_INIT_L3_ADDR 0xbff00000
OpenPOWER on IntegriCloud