Skip to content

Commit

Permalink
plat-sam: rename filename for sama5d2 functions to 'platform_sama5d2.c'
Browse files Browse the repository at this point in the history
Rename 'main.c' to 'platform_sama5d2.c' in 'core/arch/arm/plat-sam'.
Update the makefile accordingly.

Signed-off-by: Tony Han <tony.han@microchip.com>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
  • Loading branch information
TonyHan11 authored and jforissier committed Apr 2, 2024
1 parent a557f87 commit d10f2b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion core/arch/arm/plat-sam/sub.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
global-incdirs-y += .
srcs-y += main.c freq.c sam_sfr.c
srcs-y += freq.c sam_sfr.c
srcs-$(CFG_SAMA5D2) += platform_sama5d2.c
srcs-$(CFG_AT91_MATRIX) += matrix.c
srcs-$(CFG_PL310) += sam_pl310.c
srcs-$(CFG_SCMI_MSG_DRIVERS) += scmi_server.c
Expand Down

0 comments on commit d10f2b2

Please sign in to comment.