diff options
| author | Jon Loeliger <[email protected]> | 2007-07-10 10:27:39 -0500 |
|---|---|---|
| committer | Jon Loeliger <[email protected]> | 2007-07-10 10:27:39 -0500 |
| commit | 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d (patch) | |
| tree | b832da8d622e58236d32cf2a796ebd45ab2b8215 /cpu/ppc4xx | |
| parent | 079a136c3588814784561d6e4856970ee82d6e2a (diff) | |
cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <[email protected]>
Diffstat (limited to 'cpu/ppc4xx')
| -rw-r--r-- | cpu/ppc4xx/dcr.S | 2 | ||||
| -rw-r--r-- | cpu/ppc4xx/kgdb.S | 2 | ||||
| -rw-r--r-- | cpu/ppc4xx/serial.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cpu/ppc4xx/dcr.S b/cpu/ppc4xx/dcr.S index fe136e0fa29..93465a3b513 100644 --- a/cpu/ppc4xx/dcr.S +++ b/cpu/ppc4xx/dcr.S @@ -195,4 +195,4 @@ set_dcr: blr /* Return to calling function */ .Lfe4: .size set_dcr,.Lfe4-set_dcr /* end set_dcr() */ -#endif /* CONFIG_4xx & CFG_CMD_SETGETDCR */ +#endif diff --git a/cpu/ppc4xx/kgdb.S b/cpu/ppc4xx/kgdb.S index cd12727be3c..8c4bbf2e4de 100644 --- a/cpu/ppc4xx/kgdb.S +++ b/cpu/ppc4xx/kgdb.S @@ -75,4 +75,4 @@ kgdb_flush_cache_range: SYNC blr -#endif /* CFG_CMD_KGDB */ +#endif diff --git a/cpu/ppc4xx/serial.c b/cpu/ppc4xx/serial.c index aefa4cabab6..3f67136be53 100644 --- a/cpu/ppc4xx/serial.c +++ b/cpu/ppc4xx/serial.c @@ -949,7 +949,7 @@ void kgdb_interruptible (int yes) return; } #endif /* (CONFIG_KGDB_SER_INDEX & 2) */ -#endif /* CFG_CMD_KGDB */ +#endif #if defined(CONFIG_SERIAL_MULTI) |
