Re: [U-Boot] [PATCH 06/15] Moved generic (triple fault) reset code

2009-01-23 Thread Wolfgang Denk
Dear Graeme Russ, In message <1228606151-10839-7-git-send-email-graeme.r...@gmail.com> you wrote: > Moved from interrupts.c to cpu.c and made into a weak function to allow > vendor specific override > > Signed-off-by: Graeme Russ > --- > Vendor specific CPU reset (like the AMD SC520 MMCR reset)

[U-Boot] [PATCH 06/15] Moved generic (triple fault) reset code

2008-12-07 Thread Graeme Russ
Moved from interrupts.c to cpu.c and made into a weak function to allow vendor specific override Signed-off-by: Graeme Russ <[EMAIL PROTECTED]> --- Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be added to the vendor specific code without the need to remember to #undef usage of