mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 12:44:23 +08:00
microblaze: Fix typo in exception.c
Trivial fix. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/c4ede6dc738c5bd7c518f3bb2c9410b15c102e20.1655299267.git.michal.simek@amd.com
This commit is contained in:
parent
65a4da947e
commit
d896e790cb
@ -16,7 +16,7 @@ void _hw_exception_handler (void)
|
|||||||
|
|
||||||
/* loading address of exception EAR */
|
/* loading address of exception EAR */
|
||||||
MFS(address, rear);
|
MFS(address, rear);
|
||||||
/* loading excetpion state register ESR */
|
/* loading exception state register ESR */
|
||||||
MFS(state, resr);
|
MFS(state, resr);
|
||||||
printf("Hardware exception at 0x%x address\n", address);
|
printf("Hardware exception at 0x%x address\n", address);
|
||||||
R17(address);
|
R17(address);
|
||||||
|
Loading…
Reference in New Issue
Block a user