diff options
author | Po Liu <po.liu@freescale.com> | 2013-08-21 14:20:21 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2013-10-16 16:13:10 -0700 |
commit | 0d2cff2d9eddfd1e7f60f76889b65b931cb25237 (patch) | |
tree | 02e9ca94579981280c9942ab78ef6c45ddc733ec /include/configs/B4860QDS.h | |
parent | 183acb700378a8cfc5d50a01a65de93fb2c24586 (diff) |
powerpc: add CONFIG_SECURE_BOOT condition into fsl_secure_boot.h
This patch is for board config file not to add CONFIG_SECURE_BOOT
condition for include the asm/fsl_secure_boot.h.
Signed-off-by: Po Liu <Po.Liu@freescale.com>
Diffstat (limited to 'include/configs/B4860QDS.h')
-rw-r--r-- | include/configs/B4860QDS.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/B4860QDS.h b/include/configs/B4860QDS.h index 2f0bc6b062b..aa62d94eacb 100644 --- a/include/configs/B4860QDS.h +++ b/include/configs/B4860QDS.h @@ -841,8 +841,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_BOOTCOMMAND CONFIG_LINUX -#ifdef CONFIG_SECURE_BOOT #include <asm/fsl_secure_boot.h> -#endif #endif /* __CONFIG_H */ |