mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
2f7547ff27
This is not used by any boards now. Drop it to avoid confusion. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
11 lines
161 B
Makefile
11 lines
161 B
Makefile
#
|
|
# Copyright (C) 2012 Samsung Electronics
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += smdk5250_spl.o
|
|
|
|
ifndef CONFIG_SPL_BUILD
|
|
obj-y += exynos5-dt.o
|
|
endif
|