Re: [U-Boot] [PATCH 3/4] ELPPC: Don't write magic numbers via short.

2013-05-13 Thread Wolfgang Denk
Dear Tom Rini, In message <1368477117-32669-3-git-send-email-tr...@ti.com> you wrote: > We need to write each segment of the buffer directly rather than using > shorts. > > Cc: Frank Gottschling > Signed-off-by: Tom Rini > --- > board/eltec/elppc/misc.c |9 ++--- > 1 file changed, 6 in

[U-Boot] [PATCH 3/4] ELPPC: Don't write magic numbers via short.

2013-05-13 Thread Tom Rini
We need to write each segment of the buffer directly rather than using shorts. Cc: Frank Gottschling Signed-off-by: Tom Rini --- board/eltec/elppc/misc.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/board/eltec/elppc/misc.c b/board/eltec/elppc/misc.c index 89f