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