/* * Copyright 2014 Freescale Semiconductor, Inc. * * SPDX-License-Identifier: GPL-2.0+ */ #include #include u32 spl_boot_device(void) { #ifdef CONFIG_SPL_MMC_SUPPORT return BOOT_DEVICE_MMC1; #endif return BOOT_DEVICE_NAND; }