mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
03622f3012
Technexion PICO-IMX7 SoM is supporting USDHC3 (eMMC or micro SD on SoM) and USDHC1 (SD on carrier board) to use on any carrier board like PICO-NYMPH. Based on the U-Boot version from Technexion it adds baseboard SD card boot detect to able to boot from selected USDHC1 or USDHC3 boot devices. Signed-off-by: Benjamin Szőke <egyszeregy@freemail.hu> Tested-by: Fabio Estevam <festevam@gmail.com>
4 lines
135 B
Makefile
4 lines
135 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# (C) Copyright 2017 NXP Semiconductors
|
|
|
|
obj-y := pico-imx7d.o spl.o ../../freescale/common/mmc.o
|