summaryrefslogtreecommitdiff
path: root/board/samsung/smdk5250/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-03 08:19:31 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 21:06:16 -0600
commit54abb000e3d76ab7c2d0df11a2b4074aec7f3c1f (patch)
treeed1d17b7882dec80fb25fd235833d2f9f83297e3 /board/samsung/smdk5250/Makefile
parentc51212332af188d8bdeb5488d57d6c19a4326d22 (diff)
downloadu-boot-imx-54abb000e3d76ab7c2d0df11a2b4074aec7f3c1f.zip
u-boot-imx-54abb000e3d76ab7c2d0df11a2b4074aec7f3c1f.tar.gz
u-boot-imx-54abb000e3d76ab7c2d0df11a2b4074aec7f3c1f.tar.bz2
exynos: Drop old exynos5250-specific board code
Now that most exynos5250 boards can use the generic exynos5 code, switch over to it and remove the old code. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/samsung/smdk5250/Makefile')
-rw-r--r--board/samsung/smdk5250/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/samsung/smdk5250/Makefile b/board/samsung/smdk5250/Makefile
index 3d96b07..501cab6 100644
--- a/board/samsung/smdk5250/Makefile
+++ b/board/samsung/smdk5250/Makefile
@@ -5,7 +5,3 @@
#
obj-y += smdk5250_spl.o
-
-ifndef CONFIG_SPL_BUILD
-obj-y += exynos5-dt.o
-endif