Skip to content
Snippets Groups Projects
Commit 3363a34b authored by Peter Tyser's avatar Peter Tyser Committed by Wolfgang Denk
Browse files

MVBLUE: Remove CONFIG_CMD_IRQ


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: default avatarPeter Tyser <ptyser@xes-inc.com>
Acked-by: default avatarAndre Schwarz <andre.schwarz@matrix-vision.de>
parent 18e8ad60
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment