Re: [U-Boot] [PATCH 08/17] board_f: powerpc: Unified get_clocks() portion of init sequence

2017-03-28 Thread Stefan Roese
On 28.03.2017 18:27, Simon Glass wrote: Now that both branches of the #if do the same thing, we can unify them. Signed-off-by: Simon Glass Reviewed-by: Stefan Roese Thanks, Stefan ___ U-Boot mailing list

Re: [U-Boot] [PATCH 08/17] board_f: powerpc: Unified get_clocks() portion of init sequence

2017-03-28 Thread york sun
On 03/28/2017 09:27 AM, Simon Glass wrote: > Now that both branches of the #if do the same thing, we can unify them. > > Signed-off-by: Simon Glass > --- > > common/board_f.c | 8 ++-- > 1 file changed, 2 insertions(+), 6 deletions(-) > Reviewed-by: York Sun

[U-Boot] [PATCH 08/17] board_f: powerpc: Unified get_clocks() portion of init sequence

2017-03-28 Thread Simon Glass
Now that both branches of the #if do the same thing, we can unify them. Signed-off-by: Simon Glass --- common/board_f.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/common/board_f.c b/common/board_f.c index 7feffa4939..e387ca2233 100644 ---