summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/at91sam9260ek
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-10-07 23:21:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-08 22:48:24 +0200
commit403af66580407061e0efa29c1ec900525a2f8ef8 (patch)
treecd597395e1530b4ff6dd119972e8338e0e946575 /arch/arm/boards/at91sam9260ek
parent91bafe929030675345c5b9cc54c4e6e26f30c927 (diff)
downloadbarebox-403af66580407061e0efa29c1ec900525a2f8ef8.tar.gz
barebox-403af66580407061e0efa29c1ec900525a2f8ef8.tar.xz
ARM at91sam9260ek: remove unused reset entry
The at91sam9260ek has a custom reset function which does the same thing as the default function. Also it does not define MACH_HAS_LOWLEVEL_INIT as it should do. Remove the function. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/boards/at91sam9260ek')
-rw-r--r--arch/arm/boards/at91sam9260ek/Makefile1
-rw-r--r--arch/arm/boards/at91sam9260ek/lowlevel_init.S25
2 files changed, 0 insertions, 26 deletions
diff --git a/arch/arm/boards/at91sam9260ek/Makefile b/arch/arm/boards/at91sam9260ek/Makefile
index 73ef72e210..eb072c0161 100644
--- a/arch/arm/boards/at91sam9260ek/Makefile
+++ b/arch/arm/boards/at91sam9260ek/Makefile
@@ -1,2 +1 @@
-obj-y += lowlevel_init.o
obj-y += init.o
diff --git a/arch/arm/boards/at91sam9260ek/lowlevel_init.S b/arch/arm/boards/at91sam9260ek/lowlevel_init.S
deleted file mode 100644
index 043892122c..0000000000
--- a/arch/arm/boards/at91sam9260ek/lowlevel_init.S
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Board specific setup info
- *
- *
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- */
-
-#include <asm/barebox-arm-head.h>
-
-.globl reset
-reset:
- common_reset r0
- b board_init_lowlevel_return