aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/plat-imx
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2017-10-10 15:14:22 -0500
committerJérôme Forissier <jerome.forissier@linaro.org>2017-10-11 18:39:20 +0200
commit71315c302b7bcb204ffa4c697f80b74a43909079 (patch)
treeec8c448df930b8d0d2c6ca9012dca8f898f97edb /core/arch/arm/plat-imx
parent6afb8533c36f700a7cb7208d93eaf00f2f78df74 (diff)
core: core.mk: make platform specific link.mk optional
Most platform do not need any special linker targets and so most just link back to the default. Lets just have core.mk use the default when a platform does not have this file. Also remove this from the porting guidelines as it is now optional and only needed for advanced use. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
Diffstat (limited to 'core/arch/arm/plat-imx')
-rw-r--r--core/arch/arm/plat-imx/link.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/arch/arm/plat-imx/link.mk b/core/arch/arm/plat-imx/link.mk
deleted file mode 100644
index 448ab89f..00000000
--- a/core/arch/arm/plat-imx/link.mk
+++ /dev/null
@@ -1 +0,0 @@
-include core/arch/arm/kernel/link.mk