diff options
| author | Michal Simek <[email protected]> | 2011-07-21 10:45:41 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2011-10-03 08:01:55 +0200 |
| commit | dfc10703d753cef0bb31583a820dcf8cf5958f58 (patch) | |
| tree | 992f245b57a022a3081214043f00e5bd76db4f1a | |
| parent | 7b8ffea2ac44097ed1c99ba70b8c6a4cf12ba0b4 (diff) | |
microblaze: Remove debug saving value
Forget to remove debug code.
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | arch/microblaze/cpu/start.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/cpu/start.S b/arch/microblaze/cpu/start.S index 93a9efdf106..d3370c414b7 100644 --- a/arch/microblaze/cpu/start.S +++ b/arch/microblaze/cpu/start.S @@ -46,8 +46,6 @@ _start: addik r6, r0, 0x2 /* BIG/LITTLE endian offset */ swi r6, r0, 0 lbui r10, r0, 0 - swi r6, r0, 0x40 - swi r10, r0, 0x50 /* add opcode instruction for 32bit jump - 2 instruction imm & brai*/ addi r6, r0, 0xb0000000 /* hex b000 opcode imm */ |
