mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
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>
This commit is contained in:
parent
9cd637f84b
commit
55dac94ab8
2 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue