blob: e791debf10b303570e7af2c1c078cd50e5df8ea5 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Nikita Kiryanove32028a2014-09-07 18:59:29 +03002/*
3 * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
Nikita Kiryanove32028a2014-09-07 18:59:29 +03004 */
5
Sven Ebenfeld15b505b2016-11-06 16:37:55 +01006#define __ASSEMBLY__
7#include <config.h>
8
Fabio Estevam53b7f182014-11-14 09:37:02 -02009IMAGE_VERSION 2
Nikita Kiryanove32028a2014-09-07 18:59:29 +030010BOOT_FROM sd
Sven Ebenfeld15b505b2016-11-06 16:37:55 +010011
12/*
13 * Secure boot support
14 */
15#ifdef CONFIG_SECURE_BOOT
16CSF CONFIG_CSF_SIZE
Tom Rini83d290c2018-05-06 17:58:06 -040017#endif