xref: /rk3399_rockchip-uboot/arch/arm/mach-imx/spl_sd.cfg (revision 39632b4a01210e329333d787d828157dcd2c7328)
1*552a848eSStefano Babic/*
2*552a848eSStefano Babic * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
3*552a848eSStefano Babic *
4*552a848eSStefano Babic * SPDX-License-Identifier:	GPL-2.0+
5*552a848eSStefano Babic */
6*552a848eSStefano Babic
7*552a848eSStefano Babic#define __ASSEMBLY__
8*552a848eSStefano Babic#include <config.h>
9*552a848eSStefano Babic
10*552a848eSStefano BabicIMAGE_VERSION	2
11*552a848eSStefano BabicBOOT_FROM	sd
12*552a848eSStefano Babic
13*552a848eSStefano Babic/*
14*552a848eSStefano Babic * Secure boot support
15*552a848eSStefano Babic */
16*552a848eSStefano Babic#ifdef CONFIG_SECURE_BOOT
17*552a848eSStefano BabicCSF CONFIG_CSF_SIZE
18*552a848eSStefano Babic#endif