1*83d290c5STom Rini/* SPDX-License-Identifier: GPL-2.0+ */ 2552a848eSStefano Babic/* 3552a848eSStefano Babic * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/ 4552a848eSStefano Babic */ 5552a848eSStefano Babic 6552a848eSStefano Babic#define __ASSEMBLY__ 7552a848eSStefano Babic#include <config.h> 8552a848eSStefano Babic 9552a848eSStefano BabicIMAGE_VERSION 2 10552a848eSStefano BabicBOOT_FROM sd 11552a848eSStefano Babic 12552a848eSStefano Babic/* 13552a848eSStefano Babic * Secure boot support 14552a848eSStefano Babic */ 15552a848eSStefano Babic#ifdef CONFIG_SECURE_BOOT 16552a848eSStefano BabicCSF CONFIG_CSF_SIZE 17552a848eSStefano Babic#endif 18