summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx/4xx_uart.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-06-06 16:10:41 +0200
committerStefan Roese <sr@denx.de>2008-06-06 16:10:41 +0200
commitb2815f79288d4da7a3ba18bdbd05120ce09d5622 (patch)
tree5ff4b96f1d0c2b5b6f9e8b4fb0540ba1ee9793ed /cpu/ppc4xx/4xx_uart.c
parent72675dc6c06a48846d180106161d49dd714383cc (diff)
downloadtalos-obmc-uboot-b2815f79288d4da7a3ba18bdbd05120ce09d5622.tar.gz
talos-obmc-uboot-b2815f79288d4da7a3ba18bdbd05120ce09d5622.zip
ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
We use upper case letters for the AMCC processor defines (like CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and not CONFIG_440SPe. This patch fixes the last misspelled config options. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu/ppc4xx/4xx_uart.c')
-rw-r--r--cpu/ppc4xx/4xx_uart.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpu/ppc4xx/4xx_uart.c b/cpu/ppc4xx/4xx_uart.c
index ffbc222e7a..a7587d4351 100644
--- a/cpu/ppc4xx/4xx_uart.c
+++ b/cpu/ppc4xx/4xx_uart.c
@@ -98,14 +98,14 @@ DECLARE_GLOBAL_DATA_PTR;
#define UDIV_SUBTRACT 0
#define UART0_SDR sdr_uart0
#define UART1_SDR sdr_uart1
-#if defined(CONFIG_440EP) || defined(CONFIG_440EPx) || \
- defined(CONFIG_440GR) || defined(CONFIG_440GRx) || \
- defined(CONFIG_440SP) || defined(CONFIG_440SPe) || \
+#if defined(CONFIG_440EP) || defined(CONFIG_440EPX) || \
+ defined(CONFIG_440GR) || defined(CONFIG_440GRX) || \
+ defined(CONFIG_440SP) || defined(CONFIG_440SPE) || \
defined(CONFIG_460EX) || defined(CONFIG_460GT)
#define UART2_SDR sdr_uart2
#endif
-#if defined(CONFIG_440EP) || defined(CONFIG_440EPx) || \
- defined(CONFIG_440GR) || defined(CONFIG_440GRx) || \
+#if defined(CONFIG_440EP) || defined(CONFIG_440EPX) || \
+ defined(CONFIG_440GR) || defined(CONFIG_440GRX) || \
defined(CONFIG_460EX) || defined(CONFIG_460GT)
#define UART3_SDR sdr_uart3
#endif
OpenPOWER on IntegriCloud