diff options
author | Sean Anderson <seanga2@gmail.com> | 2021-06-11 00:16:16 -0400 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2021-06-17 09:40:58 +0800 |
commit | 55dac94ab8a3634056f44ce66b06af4c04011c9f (patch) | |
tree | 304f4c612afce7ab52211f2528a9612af8347c51 /board/sipeed | |
parent | 9cd637f84bc3dc60e0201012494982479621b5bd (diff) | |
download | u-boot-55dac94ab8a3634056f44ce66b06af4c04011c9f.tar.gz |
k210: Don't imply CCF
Now that the k210 clock driver does not depend on CCF, we should no longer
imply it (and probably should not have in the first place). We can also
reduce the pre-relocation malloc arena back to something sensible.
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'board/sipeed')
-rw-r--r-- | board/sipeed/maix/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/sipeed/maix/Kconfig b/board/sipeed/maix/Kconfig index adf6abb572..b1d7a7ad93 100644 --- a/board/sipeed/maix/Kconfig +++ b/board/sipeed/maix/Kconfig @@ -37,8 +37,6 @@ config BOARD_SPECIFIC_OPTIONS imply SIFIVE_CLINT imply POWER_DOMAIN imply SIMPLE_PM_BUS - imply CLK_CCF - imply CLK_COMPOSITE_CCF imply CLK_K210 imply DM_RESET imply RESET_SYSCON |