diff options
author | Simon Glass <sjg@chromium.org> | 2014-05-20 06:01:33 -0600 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-05-28 10:58:18 +0900 |
commit | 2f7547ff27b684ddcee30e985a0dea3843449e0a (patch) | |
tree | 009b4d8a3b754b6ec5c45fb666aed033b63dd6c2 /board/samsung/smdk5250/Makefile | |
parent | 63e62674fbc37d354e53d77be7f2c1f30ba0b79d (diff) |
exynos: Drop old smdk5250.c file
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>
Diffstat (limited to 'board/samsung/smdk5250/Makefile')
-rw-r--r-- | board/samsung/smdk5250/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/samsung/smdk5250/Makefile b/board/samsung/smdk5250/Makefile index 6a586553e1..3d96b077b4 100644 --- a/board/samsung/smdk5250/Makefile +++ b/board/samsung/smdk5250/Makefile @@ -7,9 +7,5 @@ obj-y += smdk5250_spl.o ifndef CONFIG_SPL_BUILD -ifdef CONFIG_OF_CONTROL obj-y += exynos5-dt.o -else -obj-y += smdk5250.o -endif endif |