From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Retanubun Date: Mon, 4 Oct 2010 08:54:51 -0400 Subject: [U-Boot] [PATCH] board_init_r: Removed unused cmdtp variable In-Reply-To: <4CA6F396.4010303@denx.de> References: <4CA5F6DC.90005@RuggedCom.com> <4CA6F396.4010303@denx.de> Message-ID: <4CA9CE9B.6070105@RuggedCom.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >> Follow up to commit 620f1f6a64095ed558e68d37f1965d015cd49b02 >> removed compiler warning for (now) unused cmd_tbl_t* cmdtp >> --- >> >> Hi Heiko, >> >> Not sure if you caught this one already, just a simple unused variable >> cleanup > > Thanks, but already fixed in arch/arm/lib/board.c > > bye, > Heiko Hi Heiko, Does this mean I should cc the respective maintainers for avr32, m68k, and mips arch (the ones I found in my patch) to have them applied it? or was that a typo and you mean the patch is already applied on the ARM branch of the git repo? Thanks, - Richard