cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
@@ -18,4 +18,4 @@ EXPORT_FUNC(simple_strtoul)
|
||||
#if defined(CONFIG_CMD_I2C)
|
||||
EXPORT_FUNC(i2c_write)
|
||||
EXPORT_FUNC(i2c_read)
|
||||
#endif /* CFG_CMD_I2C */
|
||||
#endif
|
||||
|
||||
@@ -26,7 +26,7 @@ void setenv (char *varname, char *varvalue);
|
||||
#if defined(CONFIG_CMD_I2C)
|
||||
int i2c_write (uchar, uint, int , uchar* , int);
|
||||
int i2c_read (uchar, uint, int , uchar* , int);
|
||||
#endif /* CFG_CMD_I2C */
|
||||
#endif
|
||||
|
||||
void app_startup(char **);
|
||||
|
||||
|
||||
@@ -306,7 +306,7 @@ typedef struct {
|
||||
#define CISTPL_IDE_HAS_INDEX 0x20
|
||||
#define CISTPL_IDE_IOIS16 0x40
|
||||
|
||||
#endif /* CFG_CMD_PCMCIA || CFG_CMD_IDE && (CONFIG_IDE_8xx_PCCARD || CONFIG_IDE_8xx_DIRECT) */
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_8xx
|
||||
extern u_int *pcmcia_pgcrx[];
|
||||
|
||||
Reference in New Issue
Block a user