From: Michal Simek Date: Tue, 4 Nov 2014 12:27:52 +0000 (+0100) Subject: microblaze: Enable hardware exception by default X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b81123ecdf4e7ce9c7c5e66c642fa6df57350815;p=thirdparty%2Fu-boot.git 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 1757bbfa94b..f46603142d8 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: