public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] MVBLUE: Remove CONFIG_CMD_IRQ
@ 2009-12-13 23:58 Peter Tyser
  2009-12-14  9:33 ` Andre Schwarz
  2009-12-14 20:31 ` Wolfgang Denk
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Tyser @ 2009-12-13 23:58 UTC (permalink / raw)
  To: u-boot

Neither the MVBLUE nor its underlying architecture implement the
do_irqinfo() function which is required when CONFIG_CMD_IRQ is defined.
This change fixes the following MVBLUE compiler error:

-> ./MAKEALL MVBLUE
Configuring for MVBLUE board...
common/libcommon.a(cmd_irq.o):(.u_boot_cmd+0x24): undefined reference to `do_irqinfo'
make: *** [u-boot] Error 1

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
---
 include/configs/MVBLUE.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/configs/MVBLUE.h b/include/configs/MVBLUE.h
index 79c2069..669816c 100644
--- a/include/configs/MVBLUE.h
+++ b/include/configs/MVBLUE.h
@@ -88,7 +88,6 @@
 #define CONFIG_CMD_SAVEENV
 #define CONFIG_CMD_FLASH
 #define CONFIG_CMD_IMI
-#define CONFIG_CMD_IRQ
 #define CONFIG_CMD_NET
 #define CONFIG_CMD_PCI
 #define CONFIG_CMD_RUN
-- 
1.6.2-rc2.GIT

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] MVBLUE: Remove CONFIG_CMD_IRQ
  2009-12-13 23:58 [U-Boot] [PATCH] MVBLUE: Remove CONFIG_CMD_IRQ Peter Tyser
@ 2009-12-14  9:33 ` Andre Schwarz
  2009-12-14 20:31 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Andre Schwarz @ 2009-12-14  9:33 UTC (permalink / raw)
  To: u-boot

Peter Tyser schrieb:
> Neither the MVBLUE nor its underlying architecture implement the
> do_irqinfo() function which is required when CONFIG_CMD_IRQ is defined.
> This change fixes the following MVBLUE compiler error:
>
> -> ./MAKEALL MVBLUE
> Configuring for MVBLUE board...
> common/libcommon.a(cmd_irq.o):(.u_boot_cmd+0x24): undefined reference to `do_irqinfo'
> make: *** [u-boot] Error 1
>
> Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
>   
Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
> ---
>  include/configs/MVBLUE.h |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/include/configs/MVBLUE.h b/include/configs/MVBLUE.h
> index 79c2069..669816c 100644
> --- a/include/configs/MVBLUE.h
> +++ b/include/configs/MVBLUE.h
> @@ -88,7 +88,6 @@
>  #define CONFIG_CMD_SAVEENV
>  #define CONFIG_CMD_FLASH
>  #define CONFIG_CMD_IMI
> -#define CONFIG_CMD_IRQ
>  #define CONFIG_CMD_NET
>  #define CONFIG_CMD_PCI
>  #define CONFIG_CMD_RUN
>   


MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler
Registergericht: Amtsgericht Stuttgart, HRB 271090
Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner, Hans-Joachim Reich

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] MVBLUE: Remove CONFIG_CMD_IRQ
  2009-12-13 23:58 [U-Boot] [PATCH] MVBLUE: Remove CONFIG_CMD_IRQ Peter Tyser
  2009-12-14  9:33 ` Andre Schwarz
@ 2009-12-14 20:31 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2009-12-14 20:31 UTC (permalink / raw)
  To: u-boot

Dear Peter Tyser,

In message <1260748714-23748-1-git-send-email-ptyser@xes-inc.com> you wrote:
> Neither the MVBLUE nor its underlying architecture implement the
> do_irqinfo() function which is required when CONFIG_CMD_IRQ is defined.
> This change fixes the following MVBLUE compiler error:
> 
> -> ./MAKEALL MVBLUE
> Configuring for MVBLUE board...
> common/libcommon.a(cmd_irq.o):(.u_boot_cmd+0x24): undefined reference to `do_irqinfo'
> make: *** [u-boot] Error 1
> 
> Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
> ---
>  include/configs/MVBLUE.h |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Life sucks, but it's better than the alternative."
- Peter da Silva

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-14 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-13 23:58 [U-Boot] [PATCH] MVBLUE: Remove CONFIG_CMD_IRQ Peter Tyser
2009-12-14  9:33 ` Andre Schwarz
2009-12-14 20:31 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox