9cd637f84b
Linux has had some stability issues when using AISRAM with a different frequency from SRAM. Mirror their change here now that we relocate into AISRAM. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
23 lines
603 B
Plaintext
23 lines
603 B
Plaintext
CONFIG_RISCV=y
|
|
CONFIG_SYS_MALLOC_F_LEN=0x10000
|
|
CONFIG_ENV_SIZE=0x1000
|
|
CONFIG_ENV_OFFSET=0xfff000
|
|
CONFIG_ENV_SECT_SIZE=0x1000
|
|
CONFIG_TARGET_SIPEED_MAIX=y
|
|
CONFIG_ARCH_RV64I=y
|
|
CONFIG_STACK_SIZE=0x100000
|
|
CONFIG_USE_BOOTCOMMAND=y
|
|
CONFIG_BOOTCOMMAND="run k210_bootcmd"
|
|
CONFIG_BOARD_EARLY_INIT_F=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_MTDIDS_DEFAULT="nor0=spi3:0"
|
|
CONFIG_MTDPARTS_DEFAULT="nor0:1M(u-boot),0x1000@0xfff000(env)"
|
|
# CONFIG_NET is not set
|
|
CONFIG_CLK_K210_SET_RATE=y
|
|
# CONFIG_INPUT is not set
|
|
CONFIG_SF_DEFAULT_BUS=3
|
|
# CONFIG_DM_ETH is not set
|
|
CONFIG_FS_EXT4=y
|
|
CONFIG_FS_FAT=y
|
|
# CONFIG_EFI_LOADER is not set
|