xref: /openbmc/u-boot/arch/arm/mach-imx/spl_sd.cfg (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1*83d290c5STom Rini/* SPDX-License-Identifier: GPL-2.0+ */
2552a848eSStefano Babic/*
3552a848eSStefano Babic * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
4552a848eSStefano Babic */
5552a848eSStefano Babic
6552a848eSStefano Babic#define __ASSEMBLY__
7552a848eSStefano Babic#include <config.h>
8552a848eSStefano Babic
9552a848eSStefano BabicIMAGE_VERSION	2
10552a848eSStefano BabicBOOT_FROM	sd
11552a848eSStefano Babic
12552a848eSStefano Babic/*
13552a848eSStefano Babic * Secure boot support
14552a848eSStefano Babic */
15552a848eSStefano Babic#ifdef CONFIG_SECURE_BOOT
16552a848eSStefano BabicCSF CONFIG_CSF_SIZE
17552a848eSStefano Babic#endif
18