summaryrefslogtreecommitdiff
path: root/board/boundary/nitrogen6x/nitrogen6q.cfg
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2016-08-25 19:03:20 +0200
committerStefano Babic <sbabic@denx.de>2016-10-17 09:05:33 +0200
commit940afa4e544bdc2365d85bca78e0dcb847002eab (patch)
tree23156d6006df15244a77f7efbe0e805124577ab3 /board/boundary/nitrogen6x/nitrogen6q.cfg
parente6672392e79887f15ede2f594c69fd95d7c9ade2 (diff)
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/nitrogen6q.cfg')
-rw-r--r--board/boundary/nitrogen6x/nitrogen6q.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/boundary/nitrogen6x/nitrogen6q.cfg b/board/boundary/nitrogen6x/nitrogen6q.cfg
index b6642e6901..60e1885522 100644
--- a/board/boundary/nitrogen6x/nitrogen6q.cfg
+++ b/board/boundary/nitrogen6x/nitrogen6q.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"