aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/boot
diff options
context:
space:
mode:
authorJesper Nilsson <jespern@axis.com>2014-01-15 08:42:37 -0500
committerJesper Nilsson <jespern@axis.com>2014-01-15 08:44:02 -0500
commite269a869417cd4053b37da1b19186902d3cbf63b (patch)
tree6d97e80f40859b62cfa8a1a634a1c3ad944681b1 /arch/cris/boot
parente7672be573afa078e8d85d5ad0202b78bd6bd1fd (diff)
Drop code for CRISv10 CPU simulator
That simulator is dead and redundant. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/boot')
-rw-r--r--arch/cris/boot/rescue/kimagerescue.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/cris/boot/rescue/kimagerescue.S b/arch/cris/boot/rescue/kimagerescue.S
index 6f7b3e61260b..655b511fecf3 100644
--- a/arch/cris/boot/rescue/kimagerescue.S
+++ b/arch/cris/boot/rescue/kimagerescue.S
@@ -50,7 +50,6 @@
50 50
51 nop 51 nop
52 di 52 di
53#ifndef CONFIG_SVINTO_SIM
54 ;; setup port PA and PB default initial directions and data 53 ;; setup port PA and PB default initial directions and data
55 ;; (so we can flash LEDs, and so that DTR and others are set) 54 ;; (so we can flash LEDs, and so that DTR and others are set)
56 55
@@ -67,7 +66,6 @@
67 ;; We need to setup the bus registers before we start using the DRAM 66 ;; We need to setup the bus registers before we start using the DRAM
68#include "../../lib/dram_init.S" 67#include "../../lib/dram_init.S"
69 68
70#endif
71 ;; Setup the stack to a suitably high address. 69 ;; Setup the stack to a suitably high address.
72 ;; We assume 8 MB is the minimum DRAM in an eLinux 70 ;; We assume 8 MB is the minimum DRAM in an eLinux
73 ;; product and put the sp at the top for now. 71 ;; product and put the sp at the top for now.