mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
e106bd9b9d
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde <rajeshwari.s@samsung.com> Signed-off-by: Akshay Saraswat <akshay.s@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
11 lines
159 B
Makefile
11 lines
159 B
Makefile
#
|
|
# Copyright (C) 2013 Samsung Electronics
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += smdk5420_spl.o
|
|
|
|
ifndef CONFIG_SPL_BUILD
|
|
obj-y += smdk5420.o
|
|
endif
|