summaryrefslogtreecommitdiffstats
path: root/include/configs/P1010RDB.h
diff options
context:
space:
mode:
authorAneesh Bansal <aneesh.bansal@freescale.com>2014-01-20 14:57:03 +0530
committerYork Sun <yorksun@freescale.com>2014-04-22 17:58:46 -0700
commit50c7636764f819ce9e0264f4b950d4829e8d10ed (patch)
treeb75cad5d0c5fe13c7f0edd87a8bfd1553b8420bb /include/configs/P1010RDB.h
parent76c9aaf587a566952b3148e43df3628f003c9e99 (diff)
downloadblackbird-obmc-uboot-50c7636764f819ce9e0264f4b950d4829e8d10ed.tar.gz
blackbird-obmc-uboot-50c7636764f819ce9e0264f4b950d4829e8d10ed.zip
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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index 0ae45ad923..42eea3b0dd 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
OpenPOWER on IntegriCloud