summaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorSimon Kagstrom <simon.kagstrom@netinsight.net>2009-06-30 23:03:31 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-07-06 21:52:41 +0200
commit2e23008e5dbde7fe4c4758bee5a393e1db796cdf (patch)
tree972ea3a90aa8ae23b24e5d926a8b7b5302aed97b /include/asm-arm
parent8449f287f5c53d59db13c3c512e6bd1750b692d1 (diff)
downloadtalos-obmc-uboot-2e23008e5dbde7fe4c4758bee5a393e1db796cdf.tar.gz
talos-obmc-uboot-2e23008e5dbde7fe4c4758bee5a393e1db796cdf.zip
arm: Kirkwood: Correct header define
Correct define typo (. -> ,) Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-kirkwood/mpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-kirkwood/mpp.h b/include/asm-arm/arch-kirkwood/mpp.h
index e021a80c2c..bc74278ed3 100644
--- a/include/asm-arm/arch-kirkwood/mpp.h
+++ b/include/asm-arm/arch-kirkwood/mpp.h
@@ -289,7 +289,7 @@
#define MPP48_GPIO MPP( 48, 0x0, 1, 1, 0, 0, 0, 1 )
#define MPP48_TSMP12 MPP( 48, 0x1, 1, 1, 0, 0, 0, 1 )
-#define MPP48_TDM_DTX MPP( 48. 0x2, 0, 1, 0, 0, 0, 1 )
+#define MPP48_TDM_DTX MPP( 48, 0x2, 0, 1, 0, 0, 0, 1 )
#define MPP49_GPIO MPP( 49, 0x0, 1, 1, 0, 0, 0, 1 )
#define MPP49_TSMP9 MPP( 49, 0x1, 1, 1, 0, 0, 0, 1 )
OpenPOWER on IntegriCloud