upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
u-boot/board/samsung/smdkv310/Makefile

13 lines
198 B

#
# Copyright (C) 2011 Samsung Electronics
#
# SPDX-License-Identifier: GPL-2.0+
#
ifdef CONFIG_SPL_BUILD
hostprogs-y := tools/mksmdkv310spl
always := $(hostprogs-y)
else
obj-y += smdkv310.o
endif