diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2015-02-19 18:40:58 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2015-04-03 09:47:49 +0300 |
commit | 4d93617d87285f01f450a30584520369ff3585d2 (patch) | |
tree | 8ef5ad51ed1e485b6465db58f2c4bc73840a46bd /arch/arc/lib/Makefile | |
parent | ae4a351ad9e3b800e8eb55b27c302d8be256540e (diff) |
arc: merge common start-up code between ARC and ARCv2
Even though ARCompact and ARCv2 are not binary compatible most of
assembly instructions are used in both. With this change we'll get rid
of duplicate code.
Still IVTs are implemented differently so we're keeping them in separate
files.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'arch/arc/lib/Makefile')
-rw-r--r-- | arch/arc/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/lib/Makefile b/arch/arc/lib/Makefile index b8028c91e1..ad66ac21e6 100644 --- a/arch/arc/lib/Makefile +++ b/arch/arc/lib/Makefile @@ -18,6 +18,7 @@ obj-y += memcpy-700.o obj-y += memset.o obj-y += reset.o obj-y += timer.o +obj-y += start.o obj-$(CONFIG_CMD_BOOTM) += bootm.o |