blob: 88956e626ffd00ad45a7bda257aacb4237489f59 [file] [log] [blame]
Stefan Roese2a9f86b2019-09-20 18:09:09 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
4 */
5
6#define __ASSEMBLY__
7#include <config.h>
8
9IMAGE_VERSION 2
10BOOT_FROM qspi
11
12/*
13 * Secure boot support
14 */
15#ifdef CONFIG_SECURE_BOOT
16CSF CONFIG_CSF_SIZE
17#endif