cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
Jon Loeliger
2007-07-10 10:27:39 -05:00
parent 079a136c35
commit 068b60a0eb
34 changed files with 35 additions and 39 deletions

View File

@@ -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

View File

@@ -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 **);

View File

@@ -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[];