summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-i386
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mach-i386')
-rw-r--r--arch/x86/mach-i386/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-i386/reset.c b/arch/x86/mach-i386/reset.c
index a4eb364870..cdd970e53e 100644
--- a/arch/x86/mach-i386/reset.c
+++ b/arch/x86/mach-i386/reset.c
@@ -25,7 +25,7 @@
#include <common.h>
-void reset_cpu(ulong addr)
+void __noreturn reset_cpu(unsigned long addr)
{
/** How to reset the machine? */
while(1)