aboutsummaryrefslogtreecommitdiff
path: root/board/samsung/common/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-18 19:02:40 -0600
committerMinkyu Kang <mk7.kang@samsung.com>2021-07-27 10:34:27 +0900
commit5e19f4aa138144c92b63e9e6f1f931ac9b0db3ef (patch)
tree52c32ca8f0d4ec116086c342120fdf6d9224c409 /board/samsung/common/Makefile
parentb70b9b07463db2f6937c7ea6d7fb5122feb7ba1b (diff)
downloadu-boot-5e19f4aa138144c92b63e9e6f1f931ac9b0db3ef.zip
u-boot-5e19f4aa138144c92b63e9e6f1f931ac9b0db3ef.tar.gz
u-boot-5e19f4aa138144c92b63e9e6f1f931ac9b0db3ef.tar.bz2
samsung: exynos: Convert SROMC interface to a driver
Add a bus driver for this and use it to configure the bus parameters for the Ethernet interface. Drop the old pre-driver-model code. Switch over to use driver model for Ethernet. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/common/Makefile')
-rw-r--r--board/samsung/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samsung/common/Makefile b/board/samsung/common/Makefile
index 3593c77..d31b81a 100644
--- a/board/samsung/common/Makefile
+++ b/board/samsung/common/Makefile
@@ -7,7 +7,7 @@ obj-$(CONFIG_USB_GADGET_DOWNLOAD) += gadget.o
obj-$(CONFIG_MISC_COMMON) += misc.o
ifndef CONFIG_SPL_BUILD
-obj-$(CONFIG_BOARD_COMMON) += board.o
+obj-$(CONFIG_BOARD_COMMON) += board.o sromc.o
ifdef CONFIG_EXYNOS5_DT
obj-y += exynos5-dt.o
obj-$(CONFIG_BOARD_TYPES) += exynos5-dt-types.o