From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Schmelzer Date: Tue, 29 Sep 2015 08:54:13 +0200 Subject: [U-Boot] [PATCH v2 07/13] cmd: Clean up cmd_elf a little bit In-Reply-To: <1443431530-472-8-git-send-email-bmeng.cn@gmail.com> References: <1443431530-472-1-git-send-email-bmeng.cn@gmail.com> <1443431530-472-8-git-send-email-bmeng.cn@gmail.com> Message-ID: <560A3595.50804@schmelzer.or.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Tested-by: Hannes Schmelzer on B&R kwb board. On 28.09.2015 11:12, Bin Meng wrote: > This commit cleans up cmd_elf.c per U-Boot coding convention, > and removes the unnecessary DECLARE_GLOBAL_DATA_PTR and out-of-date > powerpc comments (it actually supports not only powerpc targets). > > Signed-off-by: Bin Meng > Reviewed-by: Tom Rini > --- >