blob: 7d1722c88335c9cae518239773067dc1d406ceee [file] [log] [blame]
Sean Andersonedc32ab2020-06-24 06:41:25 -04001CONFIG_RISCV=y
Tom Rinie25a03a2021-11-01 12:19:22 +00002CONFIG_SYS_MALLOC_LEN=0x20000
Sean Andersonc37341e2020-12-22 18:57:18 -05003CONFIG_ENV_SIZE=0x1000
4CONFIG_ENV_OFFSET=0xfff000
5CONFIG_ENV_SECT_SIZE=0x1000
Tom Rini4b2fcb32022-04-08 13:36:51 -04006CONFIG_SYS_LOAD_ADDR=0x80000000
Sean Andersonedc32ab2020-06-24 06:41:25 -04007CONFIG_TARGET_SIPEED_MAIX=y
8CONFIG_ARCH_RV64I=y
Heinrich Schuchardt6a3cd972020-07-29 12:53:05 +02009CONFIG_STACK_SIZE=0x100000
Sean Andersonc37341e2020-12-22 18:57:18 -050010CONFIG_USE_BOOTCOMMAND=y
11CONFIG_BOOTCOMMAND="run k210_bootcmd"
Sean Anderson628b5dc2021-04-08 22:13:10 -040012CONFIG_BOARD_EARLY_INIT_F=y
Sean Andersonc37341e2020-12-22 18:57:18 -050013CONFIG_HUSH_PARSER=y
14CONFIG_MTDIDS_DEFAULT="nor0=spi3:0"
15CONFIG_MTDPARTS_DEFAULT="nor0:1M(u-boot),0x1000@0xfff000(env)"
Sean Andersonedc32ab2020-06-24 06:41:25 -040016# CONFIG_NET is not set
Sean Andersone6638b42021-06-11 00:16:15 -040017CONFIG_CLK_K210_SET_RATE=y
Sean Andersonedc32ab2020-06-24 06:41:25 -040018# CONFIG_INPUT is not set
Sean Andersonc37341e2020-12-22 18:57:18 -050019CONFIG_SF_DEFAULT_BUS=3
Sean Andersonedc32ab2020-06-24 06:41:25 -040020# CONFIG_DM_ETH is not set
Sean Andersonc37341e2020-12-22 18:57:18 -050021CONFIG_FS_EXT4=y
22CONFIG_FS_FAT=y
Sean Andersonedc32ab2020-06-24 06:41:25 -040023# CONFIG_EFI_LOADER is not set