Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Nikita Kiryanov | e32028a | 2014-09-07 18:59:29 +0300 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/ | ||||
Nikita Kiryanov | e32028a | 2014-09-07 18:59:29 +0300 | [diff] [blame] | 4 | */ |
5 | |||||
Sven Ebenfeld | 15b505b | 2016-11-06 16:37:55 +0100 | [diff] [blame] | 6 | #define __ASSEMBLY__ |
7 | #include <config.h> | ||||
8 | |||||
Fabio Estevam | 53b7f18 | 2014-11-14 09:37:02 -0200 | [diff] [blame] | 9 | IMAGE_VERSION 2 |
Nikita Kiryanov | e32028a | 2014-09-07 18:59:29 +0300 | [diff] [blame] | 10 | BOOT_FROM sd |
Sven Ebenfeld | 15b505b | 2016-11-06 16:37:55 +0100 | [diff] [blame] | 11 | |
12 | /* | ||||
13 | * Secure boot support | ||||
14 | */ | ||||
15 | #ifdef CONFIG_SECURE_BOOT | ||||
16 | CSF CONFIG_CSF_SIZE | ||||
Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 17 | #endif |