summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/at91rm9200ek/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2018-01-06 22:11:17 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-01-09 11:34:32 +0100
commit120a41b2707f735fc4eeee2f9f8e6443c752f29a (patch)
tree201940063169c2123c6017103ddfcd9fd653629c /arch/arm/boards/at91rm9200ek/Makefile
parent38d0b2326ff8ff2a6341026f2036640b08ff4f35 (diff)
downloadbarebox-120a41b2707f735fc4eeee2f9f8e6443c752f29a.tar.gz
barebox-120a41b2707f735fc4eeee2f9f8e6443c752f29a.tar.xz
at91rm9200ek: move reset vector to board code
Include deletion of now unused at91rm9200_lowlevel_init.c and related CONFIG symbols Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/at91rm9200ek/Makefile')
-rw-r--r--arch/arm/boards/at91rm9200ek/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boards/at91rm9200ek/Makefile b/arch/arm/boards/at91rm9200ek/Makefile
index dec1c50455..a07c06a6d9 100644
--- a/arch/arm/boards/at91rm9200ek/Makefile
+++ b/arch/arm/boards/at91rm9200ek/Makefile
@@ -1,2 +1,5 @@
obj-y += init.o
+
+lwl-y += lowlevel.o
+
bbenv-$(CONFIG_DEFAULT_ENVIRONMENT_GENERIC) += defaultenv-at91rm9200ek