summaryrefslogtreecommitdiff
path: root/board/samsung/smdk5420/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-03 08:19:30 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 21:06:16 -0600
commitc51212332af188d8bdeb5488d57d6c19a4326d22 (patch)
treefabaf5db69ecf296c5d072487f0ece3d6f17e9ee /board/samsung/smdk5420/Makefile
parentbf637ea5e48b26e01c440ed7d108eada1345ffd2 (diff)
downloadu-boot-imx-c51212332af188d8bdeb5488d57d6c19a4326d22.zip
u-boot-imx-c51212332af188d8bdeb5488d57d6c19a4326d22.tar.gz
u-boot-imx-c51212332af188d8bdeb5488d57d6c19a4326d22.tar.bz2
exynos: Drop old exynos5420-specific board code
Now that exynos5420 boards can use the generic exynos5 code, switch over to it and remove the old code. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
Diffstat (limited to 'board/samsung/smdk5420/Makefile')
-rw-r--r--board/samsung/smdk5420/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/samsung/smdk5420/Makefile b/board/samsung/smdk5420/Makefile
index c2f8886..96a400a 100644
--- a/board/samsung/smdk5420/Makefile
+++ b/board/samsung/smdk5420/Makefile
@@ -5,7 +5,3 @@
#
obj-y += smdk5420_spl.o
-
-ifndef CONFIG_SPL_BUILD
-obj-y += smdk5420.o
-endif