commit | c252c06857b8ed73284ea526f5b1260f32ea166a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 28 10:27:19 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 05 13:52:49 2017 -0400 |
tree | 67c1ae93201c5cc12363d9be38c7f0d7f29e91b9 | |
parent | 671549e5b0f51ad015746f0dcbe05332dfe370b1 [diff] |
board_f: powerpc: Join the two CONFIG_8xx_CPUCLK_DEFAULT sections We have two chunks of code which depend on this CONFIG options. There is likely no need to keep them apart, so join them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>