1
0
Fork 0

microblaze: Enable hardware exception by default

Enable hardware exception by default to be able to
handle it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
utp
Michal Simek 2014-11-04 13:27:52 +01:00
parent 768f6096f9
commit 822d43a6d9
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ flush: bralid r15, flush_cache
/* enable instruction and data cache */
mfs r12, rmsr
ori r12, r12, 0xa0
ori r12, r12, 0x1a0
mts rmsr, r12
clear_bss: