commit | 70064a7fa6b4262ea234941c21aabe76b5499edc | [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 | 295c423a6092fa3c07cdd9384775675f5e19d804 [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>