projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
[platform/kernel/u-boot.git]
/
arch
/
arm
/
mach-imx
/
spl_sd.cfg
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
4
*/
5
6
#define __ASSEMBLY__
7
#include <config.h>
8
9
IMAGE_VERSION 2
10
BOOT_FROM sd
11
12
/*
13
* Secure boot support
14
*/
15
#ifdef CONFIG_SECURE_BOOT
16
CSF CONFIG_CSF_SIZE
17
#endif