summaryrefslogtreecommitdiffstats
path: root/include/configs/MVBLUE.h
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-12-13 17:58:34 -0600
committerWolfgang Denk <wd@denx.de>2009-12-14 21:31:17 +0100
commit3363a34b9eeda9783afcbbed5cdd738926d1f4bf (patch)
treea3da9291127dc793994b5996b2df8a36bc901ec2 /include/configs/MVBLUE.h
parent18e8ad60ee87431c01cc2686985b60cc54f5dd3b (diff)
downloadblackbird-obmc-uboot-3363a34b9eeda9783afcbbed5cdd738926d1f4bf.tar.gz
blackbird-obmc-uboot-3363a34b9eeda9783afcbbed5cdd738926d1f4bf.zip
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>
Diffstat (limited to 'include/configs/MVBLUE.h')
-rw-r--r--include/configs/MVBLUE.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MVBLUE.h b/include/configs/MVBLUE.h
index 79c20696fa..669816cbac 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
OpenPOWER on IntegriCloud