spl_sd.cfg 263 字节
Newer Older
1 2 3 4 5 6
/*
 * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

7 8 9
#define __ASSEMBLY__
#include <config.h>

10
IMAGE_VERSION	2
11
BOOT_FROM	sd
12 13 14 15 16 17 18

/*
 * Secure boot support
 */
#ifdef CONFIG_SECURE_BOOT
CSF CONFIG_CSF_SIZE
#endif