Re: [U-Boot] [PATCH 03/15] Add command to enable/disable interrupts

2008-08-18 Thread Kumar Gala
On Aug 18, 2008, at 5:59 PM, Wolfgang Denk wrote: Dear Kumar Gala, In message 1218806685-3615-3-git-send-email- [EMAIL PROTECTED] you wrote: Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- common/Makefile |1 + common/cmd_irq.c | 50

[U-Boot] [PATCH 03/15] Add command to enable/disable interrupts

2008-08-15 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- common/Makefile |1 + common/cmd_irq.c | 50 ++ 2 files changed, 51 insertions(+), 0 deletions(-) create mode 100644 common/cmd_irq.c diff --git a/common/Makefile b/common/Makefile index