mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-28 21:37:30 +00:00
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>
This commit is contained in:
parent
18e8ad60ee
commit
3363a34b9e
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@
|
||||||
#define CONFIG_CMD_SAVEENV
|
#define CONFIG_CMD_SAVEENV
|
||||||
#define CONFIG_CMD_FLASH
|
#define CONFIG_CMD_FLASH
|
||||||
#define CONFIG_CMD_IMI
|
#define CONFIG_CMD_IMI
|
||||||
#define CONFIG_CMD_IRQ
|
|
||||||
#define CONFIG_CMD_NET
|
#define CONFIG_CMD_NET
|
||||||
#define CONFIG_CMD_PCI
|
#define CONFIG_CMD_PCI
|
||||||
#define CONFIG_CMD_RUN
|
#define CONFIG_CMD_RUN
|
||||||
|
|
Loading…
Add table
Reference in a new issue