Re: [U-Boot] [PATCH V6 1/6] removed static from images in cmd_bootm.c

2011-10-21 Thread Wolfgang Denk
Dear Simon Schwarz, In message <1317284033-16188-2-git-send-email-simonschwarz...@gmail.com> you wrote: > This removes static modifier from images variable in cmd_bootm.c. > > Signed-off-by: Simon Schwarz > > --- > V6 changes: > - removed the mention of savebp from commit message > --- > comm

[U-Boot] [PATCH V6 1/6] removed static from images in cmd_bootm.c

2011-09-29 Thread Simon Schwarz
This removes static modifier from images variable in cmd_bootm.c. Signed-off-by: Simon Schwarz --- V6 changes: - removed the mention of savebp from commit message --- common/cmd_bootm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_boo