bsp/imx7: Rename linker command file

This BSP family uses only one linker command file.  Use the standard
name.

Update #3818.
This commit is contained in:
Sebastian Huber
2019-11-19 15:22:14 +01:00
parent af321aaf2b
commit a52d617469
2 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ start.$(OBJEXT): ../../../../../../bsps/arm/shared/start/start.S
project_lib_DATA = start.$(OBJEXT)
project_lib_DATA += linkcmds
dist_project_lib_DATA += ../../../../../../bsps/arm/imx/start/linkcmds.imx7
dist_project_lib_DATA += ../../../../../../bsps/arm/imx/start/linkcmds
###############################################################################
# LibBSP #