Skip to content
Snippets Groups Projects
Commit f0f4b5ff authored by Chandan Nath's avatar Chandan Nath Committed by Albert ARIBAUD
Browse files

ARM:AM33XX: Added timer support


This patch adds timer support for AM33xx platform.

Signed-off-by: default avatarChandan Nath <chandan.nath@ti.com>
Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
parent 62d7fe7c
No related branches found
No related tags found
No related merge requests found
......@@ -289,6 +289,9 @@ LIBS += lib/libfdt/libfdt.o
LIBS += api/libapi.o
LIBS += post/libpost.o
ifeq ($(SOC),am33xx)
LIBS += $(CPUDIR)/omap-common/libomap-common.o
endif
ifeq ($(SOC),omap3)
LIBS += $(CPUDIR)/omap-common/libomap-common.o
endif
......
......@@ -29,7 +29,9 @@ SOBJS := reset.o
COBJS := timer.o
COBJS += utils.o
ifdef CONFIG_OMAP
COBJS += gpio.o
endif
ifdef CONFIG_SPL_BUILD
COBJS += spl.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment