From: Michal Simek Date: Tue, 4 Nov 2014 12:27:52 +0000 (+0100) Subject: microblaze: Enable hardware exception by default X-Git-Tag: v2015.04-rc1~64^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=822d43a6d90223db043d1610895c8e8b82e5ba5b;p=u-boot microblaze: Enable hardware exception by default Enable hardware exception by default to be able to handle it. Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/cpu/start.S b/arch/microblaze/cpu/start.S index 1757bbfa94..f46603142d 100644 --- 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, 0x1a0 mts rmsr, r12 clear_bss: