blob: 14c135c549e487aebbca78087b03d508b509d926 [file] [log] [blame]
Nikita Kiryanove32028a2014-09-07 18:59:29 +03001/*
2 * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
Sven Ebenfeld15b505b2016-11-06 16:37:55 +01007#define __ASSEMBLY__
8#include <config.h>
9
Fabio Estevam53b7f182014-11-14 09:37:02 -020010IMAGE_VERSION 2
Nikita Kiryanove32028a2014-09-07 18:59:29 +030011BOOT_FROM sd
Sven Ebenfeld15b505b2016-11-06 16:37:55 +010012
13/*
14 * Secure boot support
15 */
16#ifdef CONFIG_SECURE_BOOT
17CSF CONFIG_CSF_SIZE
18#endif