mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
d9e268ed76
This commit adds basic support including: MMC, Serial console Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
11 lines
153 B
Makefile
11 lines
153 B
Makefile
#
|
|
# (C) Copyright 2016 Savoir-faire Linux
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifndef CONFIG_SPL_BUILD
|
|
obj-y := ts4600.o
|
|
else
|
|
obj-y := iomux.o
|
|
endif
|