]> git.baikalelectronics.ru Git - uboot.git/commitdiff
k210: Don't imply CCF
authorSean Anderson <seanga2@gmail.com>
Fri, 11 Jun 2021 04:16:16 +0000 (00:16 -0400)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 17 Jun 2021 01:40:58 +0000 (09:40 +0800)
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>
board/sipeed/maix/Kconfig
configs/sipeed_maix_bitm_defconfig

index adf6abb5726f0de62a1bab23e9d2a0106029696f..b1d7a7ad936043029705fb9e3597d1ca88e5ac06 100644 (file)
@@ -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
index 6a06f650ea23855b8540a50445fafe487af3f04e..33c67c0b540366a6d14f80d082b8cc428f8e40f7 100644 (file)
@@ -1,5 +1,4 @@
 CONFIG_RISCV=y
-CONFIG_SYS_MALLOC_F_LEN=0x10000
 CONFIG_ENV_SIZE=0x1000
 CONFIG_ENV_OFFSET=0xfff000
 CONFIG_ENV_SECT_SIZE=0x1000