From: Aneesh Bansal Date: Mon, 20 Jan 2014 09:27:03 +0000 (+0530) Subject: powerpc/p1010rdb: SECURE BOOT- enable workaround for IFC errata A003399 X-Git-Tag: v2014.07-rc1~15^2~59 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=50c7636764f819ce9e0264f4b950d4829e8d10ed;p=u-boot 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 Reviewed-by: York Sun --- 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