diff options
author | Aneesh Bansal <aneesh.bansal@freescale.com> | 2014-04-22 15:16:48 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-05-13 08:24:32 -0700 |
commit | 4067815998a45ed18e4e42ac9cf655ad07d1d4df (patch) | |
tree | ad46c1d8717789cfab949f4a6e758b37ca85c715 | |
parent | 0b2e13d9ccbe56e32dc674cf896b2fb55684368c (diff) | |
download | u-boot-imx-4067815998a45ed18e4e42ac9cf655ad07d1d4df.zip u-boot-imx-4067815998a45ed18e4e42ac9cf655ad07d1d4df.tar.gz u-boot-imx-4067815998a45ed18e4e42ac9cf655ad07d1d4df.tar.bz2 |
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>
-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 29bef91..9a0cb20 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 |