diff options
Diffstat (limited to 'common/exports.c')
| -rw-r--r-- | common/exports.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/exports.c b/common/exports.c index 0cb4396ea..fc8060ae5 100644 --- a/common/exports.c +++ b/common/exports.c @@ -32,7 +32,7 @@ void jumptable_init (void)  	gd->jt[XF_install_hdlr] = (void *) irq_install_handler;  	gd->jt[XF_free_hdlr] = (void *) irq_free_handler;  #endif	/* I386 || PPC */ -#if (CONFIG_COMMANDS & CFG_CMD_I2C) +#if (CONFIG_COMMANDS & CFG_CMD_I2C) || defined(CONFIG_CMD_I2C)  	gd->jt[XF_i2c_write] = (void *) i2c_write;  	gd->jt[XF_i2c_read] = (void *) i2c_read;  #endif	/* CFG_CMD_I2C */ |