diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-03-24 17:40:27 +0300 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-03-25 19:16:44 -0500 |
commit | a796cdf9c377cb4e5d61d1079a296608f8fbd903 (patch) | |
tree | ae441e8d22b6d3d6f2b99c1e18add7b65d1cab3a /cpu/mpc83xx/qe_io.c | |
parent | 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3 (diff) | |
download | u-boot-imx-a796cdf9c377cb4e5d61d1079a296608f8fbd903.zip u-boot-imx-a796cdf9c377cb4e5d61d1079a296608f8fbd903.tar.gz u-boot-imx-a796cdf9c377cb4e5d61d1079a296608f8fbd903.tar.bz2 |
83xx: split COBJS onto separate lines
..plus get rid of some #ifdefs in the .c files.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Diffstat (limited to 'cpu/mpc83xx/qe_io.c')
-rw-r--r-- | cpu/mpc83xx/qe_io.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpu/mpc83xx/qe_io.c b/cpu/mpc83xx/qe_io.c index 8b3937a..ce91a07 100644 --- a/cpu/mpc83xx/qe_io.c +++ b/cpu/mpc83xx/qe_io.c @@ -25,7 +25,6 @@ #include "asm/io.h" #include "asm/immap_83xx.h" -#if defined(CONFIG_QE) #define NUM_OF_PINS 32 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign) { @@ -81,5 +80,3 @@ void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign) out_be32(&par_io->ioport[port].ppar1, pin_2bit_assign | tmp_val); } } - -#endif /* CONFIG_QE */ |