diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-09-02 09:00:50 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-09-08 09:10:07 -0500 |
commit | 5052a771cf1722c37c732f3c340775b55fbe3a22 (patch) | |
tree | ee1fb4ced5e7344fd9e31602e6750b6c45e5a8ad /cpu/mpc85xx/serial_scc.c | |
parent | 74c5dfd81f94a2a1f0d6990d17c491d718e8b9ea (diff) | |
download | u-boot-imx-5052a771cf1722c37c732f3c340775b55fbe3a22.zip u-boot-imx-5052a771cf1722c37c732f3c340775b55fbe3a22.tar.gz u-boot-imx-5052a771cf1722c37c732f3c340775b55fbe3a22.tar.bz2 |
ppc/85xx: Cleanup makefile and related optional files
Cleaned up cpu/mpc85xx/Makefile to use CONFIG_* for those obvious cases
we have like PCI, CPM2, QE. Also reworked it to use one line per file
for everything and sorted in alphabetical order.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/mpc85xx/serial_scc.c')
-rw-r--r-- | cpu/mpc85xx/serial_scc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpu/mpc85xx/serial_scc.c b/cpu/mpc85xx/serial_scc.c index 05fb808..2dab212 100644 --- a/cpu/mpc85xx/serial_scc.c +++ b/cpu/mpc85xx/serial_scc.c @@ -37,7 +37,6 @@ DECLARE_GLOBAL_DATA_PTR; -#if defined(CONFIG_CPM2) #if defined(CONFIG_CONS_ON_SCC) #if CONFIG_CONS_INDEX == 1 /* Console on SCC1 */ @@ -267,5 +266,3 @@ serial_tstc() } #endif /* CONFIG_CONS_ON_SCC */ - -#endif /* CONFIG_CPM2 */ |