1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-17 08:32:07 +02:00

Patch by Steven Scholz, 25 Oct 2004:

Declare reset_cpu() in include/common.h instead locally
This commit is contained in:
wdenk
2005-04-03 17:23:39 +00:00
parent 756f586a73
commit 3ec924a3cb
26 changed files with 4 additions and 43 deletions

View File

@@ -30,8 +30,6 @@
#include <common.h>
#include <asm/arch/ixp425.h>
extern void reset_cpu (ulong addr);
#ifdef CONFIG_USE_IRQ
/* enable IRQ/FIQ interrupts */
void enable_interrupts (void)