projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
768f609
)
microblaze: Enable hardware exception by default
author
Michal Simek
<michal.simek@xilinx.com>
Tue, 4 Nov 2014 12:27:52 +0000
(13:27 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Wed, 21 Jan 2015 09:20:36 +0000
(10:20 +0100)
Enable hardware exception by default to be able to
handle it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/cpu/start.S
patch
|
blob
|
history
diff --git
a/arch/microblaze/cpu/start.S
b/arch/microblaze/cpu/start.S
index 1757bbfa94b9df4950bcf826bc66b22a243ad9da..f46603142d8567ded74eafbe7a630592628bdb0b 100644
(file)
--- a/
arch/microblaze/cpu/start.S
+++ b/
arch/microblaze/cpu/start.S
@@
-130,7
+130,7
@@
flush: bralid r15, flush_cache
/* enable instruction and data cache */
mfs r12, rmsr
- ori r12, r12, 0xa0
+ ori r12, r12, 0x
1
a0
mts rmsr, r12
clear_bss: