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 /board/freescale | |
parent | ab77f24119e80257de4ab017b877f92f96980562 (diff) | |
download | u-boot-imx-3ca49c425f523d41bcec8a0eac24cce2d6a0da98.zip u-boot-imx-3ca49c425f523d41bcec8a0eac24cce2d6a0da98.tar.gz u-boot-imx-3ca49c425f523d41bcec8a0eac24cce2d6a0da98.tar.bz2 |
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 'board/freescale')
-rw-r--r-- | board/freescale/c29xpcie/MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/c29xpcie/MAINTAINERS b/board/freescale/c29xpcie/MAINTAINERS index db2e5e3..3308839 100644 --- a/board/freescale/c29xpcie/MAINTAINERS +++ b/board/freescale/c29xpcie/MAINTAINERS @@ -6,3 +6,5 @@ F: include/configs/C29XPCIE.h F: configs/C29XPCIE_defconfig F: configs/C29XPCIE_NAND_defconfig F: configs/C29XPCIE_SPIFLASH_defconfig +F: configs/C29XPCIE_NOR_SECBOOT_defconfig +F: configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig |