From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Fri, 30 Oct 2015 10:49:37 +0800 Subject: [U-Boot] [PATCH] common: simply code In-Reply-To: References: <1446105466-31877-1-git-send-email-Peng.Fan@freescale.com> Message-ID: <20151030024935.GA7834@shlinux2> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Oct 29, 2015 at 11:15:51AM -0600, Simon Glass wrote: >On 29 October 2015 at 01:57, Peng Fan wrote: >> get_clocks is wrapped by CONFIG_FSL_CLK and CONFIG_M68K in seperate >> piece code. They can be merged into one snippet. >> >> Signed-off-by: Peng Fan >> Cc: Tom Rini >> Cc: Simon Glass >> Cc: Bin Meng >> Cc: Alexey Brodkin >> Cc: "angelo at sysam.it" >> Cc: Daniel Schwierzeck >> Cc: Stephen Warren >> Cc: "Andreas Bie?mann" >> --- >> common/board_f.c | 5 +---- >> 1 file changed, 1 insertion(+), 4 deletions(-) > >nit: I think it would be better to use a subject like "common: >Simplify get_clocks() #ifdef". Thanks, will take your suggestion and send out v2. Regards, Peng. > >Reviewed-by: Simon Glass --