diff options
author | Po Liu <Po.Liu@freescale.com> | 2014-11-26 09:38:48 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-01-16 09:27:06 -0800 |
commit | 3ca49c425f523d41bcec8a0eac24cce2d6a0da98 (patch) | |
tree | 4c9c916ce3967013f3529ff3151910fe7d1dbad9 /include | |
parent | ab77f24119e80257de4ab017b877f92f96980562 (diff) |
powerpc/c29xpcie: Add secure boot support
Add NOR and SPI flash secure boot target for C29XPCIE board.
Signed-off-by: Po Liu <Po.Liu@freescale.com>
Signed-off-by: Mingkai.Hu <Mingkai.Hu@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/C29XPCIE.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h index ecb3d7b25f..e24b923368 100644 --- a/include/configs/C29XPCIE.h +++ b/include/configs/C29XPCIE.h @@ -581,4 +581,6 @@ #define CONFIG_BOOTCOMMAND CONFIG_RAMBOOTCOMMAND +#include <asm/fsl_secure_boot.h> + #endif /* __CONFIG_H */ |