diff options
author | Aneesh Bansal <aneesh.bansal@freescale.com> | 2014-01-20 14:57:03 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-04-22 17:58:46 -0700 |
commit | 50c7636764f819ce9e0264f4b950d4829e8d10ed (patch) | |
tree | b75cad5d0c5fe13c7f0edd87a8bfd1553b8420bb /include/configs/P1010RDB.h | |
parent | 76c9aaf587a566952b3148e43df3628f003c9e99 (diff) | |
download | u-boot-imx-50c7636764f819ce9e0264f4b950d4829e8d10ed.zip u-boot-imx-50c7636764f819ce9e0264f4b950d4829e8d10ed.tar.gz u-boot-imx-50c7636764f819ce9e0264f4b950d4829e8d10ed.tar.bz2 |
powerpc/p1010rdb: SECURE BOOT- enable workaround for IFC errata A003399
The workaround for IFC errata A003399 was not enabled
in case of secure boot. So, secure boot from NOR was not
working.
Signed-off-by: Aneesh Bansal <aneesh.bansal@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/P1010RDB.h')
-rw-r--r-- | include/configs/P1010RDB.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index 0ae45ad..42eea3b 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -550,8 +550,7 @@ extern unsigned long get_sdram_size(void); #endif #ifdef CONFIG_SYS_FSL_ERRATUM_IFC_A003399 -#if !defined(CONFIG_SPL) && !defined(CONFIG_SYS_RAMBOOT)\ - && !defined(CONFIG_SECURE_BOOT) +#if !defined(CONFIG_SPL) && !defined(CONFIG_SYS_RAMBOOT) #define CONFIG_A003399_NOR_WORKAROUND #endif #endif |