]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MVBLUE: Remove CONFIG_CMD_IRQ
authorPeter Tyser <ptyser@xes-inc.com>
Sun, 13 Dec 2009 23:58:34 +0000 (17:58 -0600)
committerWolfgang Denk <wd@denx.de>
Mon, 14 Dec 2009 20:31:17 +0000 (21:31 +0100)
commit3363a34b9eeda9783afcbbed5cdd738926d1f4bf
treea3da9291127dc793994b5996b2df8a36bc901ec2
parent18e8ad60ee87431c01cc2686985b60cc54f5dd3b
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: Peter Tyser <ptyser@xes-inc.com>
Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
include/configs/MVBLUE.h