summaryrefslogtreecommitdiff
path: root/board/renesas/sh7763rdp
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2016-11-27 22:15:26 (GMT)
committerTom Rini <trini@konsulko.com>2016-12-03 02:32:47 (GMT)
commit9ec4a67ef342b2dbcecc9721f5369f022ea59b26 (patch)
tree3610595bf25ea7b7988f76f5848040a7d8c0d04c /board/renesas/sh7763rdp
parent3f8b5391ec531adec6fa7602aeb8894b7a23d44d (diff)
downloadu-boot-fsl-qoriq-9ec4a67ef342b2dbcecc9721f5369f022ea59b26.tar.xz
sh: place board lowlevel_init code in the beginning of .text
Reference lowlevel_init of all supported SH2A/SH3/SH4/SH4A boards from a shared linker script, the lowlevel_init function will be called by a relative address. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/renesas/sh7763rdp')
-rw-r--r--board/renesas/sh7763rdp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/sh7763rdp/Makefile b/board/renesas/sh7763rdp/Makefile
index cbf38bb..13f7ae9 100644
--- a/board/renesas/sh7763rdp/Makefile
+++ b/board/renesas/sh7763rdp/Makefile
@@ -9,4 +9,4 @@
#
obj-y := sh7763rdp.o
-obj-y += lowlevel_init.o
+extra-y += lowlevel_init.o