summaryrefslogtreecommitdiff
path: root/board/samsung/common/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-03 08:19:27 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 21:06:15 -0600
commitc65dc7d8742837addfb1b0da3b090967423f4a9b (patch)
treee1340d1c9b67048b144df4f4c73420b711e9f221 /board/samsung/common/Makefile
parent8bba6cc0db3f72b313c0e45ae57d9b733ab00249 (diff)
downloadu-boot-imx-c65dc7d8742837addfb1b0da3b090967423f4a9b.zip
u-boot-imx-c65dc7d8742837addfb1b0da3b090967423f4a9b.tar.gz
u-boot-imx-c65dc7d8742837addfb1b0da3b090967423f4a9b.tar.bz2
exynos: Add common board code for exynos5 boards that use device tree
Some boards use device tree for almost all board-specific configuration. They therefore do not need their own separate board code, but can all use the same version. Add a common version of the board code. It uses the PMIC, regulator and video bridge uclasses. This will support smdk5250, smdk5420, snow, spring, pit and pi. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/samsung/common/Makefile')
-rw-r--r--board/samsung/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/samsung/common/Makefile b/board/samsung/common/Makefile
index 5fb01ce..6cbd906 100644
--- a/board/samsung/common/Makefile
+++ b/board/samsung/common/Makefile
@@ -11,4 +11,5 @@ obj-$(CONFIG_MISC_COMMON) += misc.o
ifndef CONFIG_SPL_BUILD
obj-$(CONFIG_BOARD_COMMON) += board.o
+obj-$(CONFIG_EXYNOS5_DT) += exynos5-dt.o
endif