Re: [U-Boot] [PATCH] include/s3c24x0.h: fix S3C24X0_SPI_CHANNEL declaration

2009-08-25 Thread Wolfgang Denk
In message <1251197076-20081-1-git-send-email...@denx.de> I wrote: > The SPI controller on the S3C24X0 has 8 bit registers, not 32 bit. > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > Signed-off-by: Wolfgang Denk > --- > include/s3c24x0.h | 22 ++ > 1 files changed,

[U-Boot] [PATCH] include/s3c24x0.h: fix S3C24X0_SPI_CHANNEL declaration

2009-08-25 Thread Wolfgang Denk
The SPI controller on the S3C24X0 has 8 bit registers, not 32 bit. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Wolfgang Denk --- include/s3c24x0.h | 22 ++ 1 files changed, 14 insertions(+), 8 deletions(-) diff --git a/include/s3c24x0.h b/include/s3c24x