diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2008-01-17 12:48:00 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-01-17 14:01:59 -0600 |
commit | 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5 (patch) | |
tree | 55ad463e8180bb5bc3a461440bd419ab37fea03d /include/configs | |
parent | 80ddd22626d321a772ebfba304eb7830cb4f6bac (diff) | |
download | u-boot-imx-2956acd5ef93a498337f8ac2ec6ae6a77d491dc5.zip u-boot-imx-2956acd5ef93a498337f8ac2ec6ae6a77d491dc5.tar.gz u-boot-imx-2956acd5ef93a498337f8ac2ec6ae6a77d491dc5.tar.bz2 |
codingstyle cleanup for spi driver
..and rm unused CONFIG_FSL_SPI define
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MPC8349EMDS.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h index 584c59d..07f2f30 100644 --- a/include/configs/MPC8349EMDS.h +++ b/include/configs/MPC8349EMDS.h @@ -356,9 +356,8 @@ #define CFG_I2C2_OFFSET 0x3100 /* SPI */ -#define CONFIG_HARD_SPI /* SPI with hardware support*/ +#define CONFIG_HARD_SPI /* SPI with hardware support */ #undef CONFIG_SOFT_SPI /* SPI bit-banged */ -#define CONFIG_FSL_SPI /* GPIOs. Used as SPI chip selects */ #define CFG_GPIO1_PRELIM |