diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2016-08-25 19:03:20 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-10-17 09:05:33 +0200 |
commit | 940afa4e544bdc2365d85bca78e0dcb847002eab (patch) | |
tree | 23156d6006df15244a77f7efbe0e805124577ab3 /board/boundary/nitrogen6x/nitrogen6dl2g.cfg | |
parent | e6672392e79887f15ede2f594c69fd95d7c9ade2 (diff) | |
download | u-boot-940afa4e544bdc2365d85bca78e0dcb847002eab.tar.gz |
nitrogen6x: add secure boot support
Declaring a CSF section makes the imximage tool increase the size of
data to be loaded by the BootROM and also adds a pointer to that CSF
section in the IVT header to the BootROM can check the signature.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Diffstat (limited to 'board/boundary/nitrogen6x/nitrogen6dl2g.cfg')
-rw-r--r-- | board/boundary/nitrogen6x/nitrogen6dl2g.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/boundary/nitrogen6x/nitrogen6dl2g.cfg b/board/boundary/nitrogen6x/nitrogen6dl2g.cfg index 516d67e4be..fe19ed0671 100644 --- a/board/boundary/nitrogen6x/nitrogen6dl2g.cfg +++ b/board/boundary/nitrogen6x/nitrogen6dl2g.cfg @@ -20,6 +20,9 @@ BOOT_FROM spi #define __ASSEMBLY__ #include <config.h> +#ifdef CONFIG_SECURE_BOOT +CSF CONFIG_CSF_SIZE +#endif #include "asm/arch/mx6-ddr.h" #include "asm/arch/iomux.h" #include "asm/arch/crm_regs.h" |