commit | 2196a4a7efa8bb9bb5f28617611300d7d06efa5b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Dec 14 13:36:36 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 27 16:20:18 2021 -0500 |
tree | 41bf17d0c21d8d9210be04773e59950ad0ee3da6 | |
parent | ba1ed5b022c6f6360e2fd514c3855f89eaa8d353 [diff] |
arm: s5pc1xx: Move CONFIG_SYS_CLK_FREQ_C1x0 out of CONFIG namespace The values CONFIG_SYS_CLK_FREQ_C100 and CONFIG_SYS_CLK_FREQ_C110 are only used in one place and not changed by the board config file. Move these out of the CONFIG namespace and in to the CFG namespace. Signed-off-by: Tom Rini <trini@konsulko.com>