Re: [U-Boot] [PATCH] Section name should be ".data" not "data"

2008-12-08 Thread Wolfgang Denk
Dear Trent Piepho, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Trent Piepho <[EMAIL PROTECTED]> > --- > drivers/i2c/fsl_i2c.c |7 +++ > 1 files changed, 3 insertions(+), 4 deletions(-) Ummm... cpu/mpc8260/i2c.c, cpu/ppc4xx/i2c.c, and drivers/i2c/soft_i2c.c had the very sam

[U-Boot] [PATCH] Section name should be ".data" not "data"

2008-11-12 Thread Trent Piepho
Signed-off-by: Trent Piepho <[EMAIL PROTECTED]> --- drivers/i2c/fsl_i2c.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/i2c/fsl_i2c.c b/drivers/i2c/fsl_i2c.c index 281a88b..3b5c06b 100644 --- a/drivers/i2c/fsl_i2c.c +++ b/drivers/i2c/fsl_i2c.c @@ -38,11 +38