blob: e739b547005a80b32d65a14ea950d1e227df6f70 [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#include <config.h>
7
Fabio Estevam53b7f182014-11-14 09:37:02 -02008IMAGE_VERSION 2
Nikita Kiryanove32028a2014-09-07 18:59:29 +03009BOOT_FROM sd
Sven Ebenfeld15b505b2016-11-06 16:37:55 +010010
11/*
12 * Secure boot support
13 */
Stefano Babicd714a752019-09-20 08:47:53 +020014#ifdef CONFIG_IMX_HAB
Sven Ebenfeld15b505b2016-11-06 16:37:55 +010015CSF CONFIG_CSF_SIZE
Tom Rini83d290c2018-05-06 17:58:06 -040016#endif