diff options
Diffstat (limited to 'include/configs/RBC823.h')
-rw-r--r-- | include/configs/RBC823.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/RBC823.h b/include/configs/RBC823.h index 1666d64..3592290 100644 --- a/include/configs/RBC823.h +++ b/include/configs/RBC823.h @@ -111,10 +111,11 @@ ~CFG_CMD_PCMCIA & \ ~CFG_CMD_REISER & \ ~CFG_CMD_SCSI & \ - ~CFG_CMD_SETGETDCR & \ + ~CFG_CMD_SETGETDCR & \ ~CFG_CMD_SPI & \ ~CFG_CMD_USB & \ - ~CFG_CMD_VFD ) + ~CFG_CMD_VFD & \ + ~CFG_CMD_XIMG ) /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ #include <cmd_confdefs.h> |