mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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>
This commit is contained in:
parent
768f6096f9
commit
822d43a6d9
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue