Dear Simon Thanks for the correction.
Hi Jean, How should we go ahead with this? Regards.. Prafulla . . > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Simon Kagstrom > Sent: Tuesday, June 30, 2009 9:42 PM > To: U-Boot ML > Subject: [U-Boot] [PATCH] arm: Kirkwood: Correct header define > > Correct define typo (. -> ,) > > Signed-off-by: Simon Kagstrom <[email protected]> > --- > include/asm-arm/arch-kirkwood/mpp.h | 2 +- > 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 e021a80..bc74278 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 ) > -- > 1.6.0.4 > _______________________________________________ > U-Boot mailing list > [email protected] > http://lists.denx.de/mailman/listinfo/u-boot > _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

