]>
git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7/ls102xa/spl.c
2 * Copyright 2014 Freescale Semiconductor, Inc.
4 * SPDX-License-Identifier: GPL-2.0+
10 u32
spl_boot_device(void)
12 #ifdef CONFIG_SPL_MMC_SUPPORT
13 return BOOT_DEVICE_MMC1
;
15 return BOOT_DEVICE_NAND
;