]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc/p1010rdb: SECURE BOOT- enable workaround for IFC errata A003399
authorAneesh Bansal <aneesh.bansal@freescale.com>
Mon, 20 Jan 2014 09:27:03 +0000 (14:57 +0530)
committerYork Sun <yorksun@freescale.com>
Wed, 23 Apr 2014 00:58:46 +0000 (17:58 -0700)
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>
include/configs/P1010RDB.h

index 0ae45ad9235edca8837d15daabb850a17012b174..42eea3b0dd8611d48b1cd87278ed15c931d82ad0 100644 (file)
@@ -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