diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-03 08:19:30 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 21:06:16 -0600 |
commit | c51212332af188d8bdeb5488d57d6c19a4326d22 (patch) | |
tree | fabaf5db69ecf296c5d072487f0ece3d6f17e9ee /board/samsung/smdk5420/Makefile | |
parent | bf637ea5e48b26e01c440ed7d108eada1345ffd2 (diff) | |
download | u-boot-c51212332af188d8bdeb5488d57d6c19a4326d22.tar.gz u-boot-c51212332af188d8bdeb5488d57d6c19a4326d22.tar.xz u-boot-c51212332af188d8bdeb5488d57d6c19a4326d22.zip |
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/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/samsung/smdk5420/Makefile b/board/samsung/smdk5420/Makefile index c2f8886c99..96a400aacb 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 |