blob: eef43a238c7b0f4ac7d50db759069c94d214caec [file] [log] [blame]
Sean Andersonedc32ab2020-06-24 06:41:25 -04001CONFIG_RISCV=y
Sean Andersonc37341e2020-12-22 18:57:18 -05002CONFIG_ENV_SIZE=0x1000
3CONFIG_ENV_OFFSET=0xfff000
4CONFIG_ENV_SECT_SIZE=0x1000
Sean Andersonedc32ab2020-06-24 06:41:25 -04005CONFIG_TARGET_SIPEED_MAIX=y
6CONFIG_ARCH_RV64I=y
Tom Rini0997ee02021-08-23 10:25:31 -04007CONFIG_SYS_LOAD_ADDR=0x80000000
Heinrich Schuchardt6a3cd972020-07-29 12:53:05 +02008CONFIG_STACK_SIZE=0x100000
Sean Andersonc37341e2020-12-22 18:57:18 -05009CONFIG_USE_BOOTCOMMAND=y
10CONFIG_BOOTCOMMAND="run k210_bootcmd"
Sean Anderson628b5dc2021-04-08 22:13:10 -040011CONFIG_BOARD_EARLY_INIT_F=y
Sean Andersonc37341e2020-12-22 18:57:18 -050012CONFIG_HUSH_PARSER=y
13CONFIG_MTDIDS_DEFAULT="nor0=spi3:0"
14CONFIG_MTDPARTS_DEFAULT="nor0:1M(u-boot),0x1000@0xfff000(env)"
Sean Andersonedc32ab2020-06-24 06:41:25 -040015# CONFIG_NET is not set
Sean Andersone6638b42021-06-11 00:16:15 -040016CONFIG_CLK_K210_SET_RATE=y
Sean Andersonedc32ab2020-06-24 06:41:25 -040017# CONFIG_INPUT is not set
Sean Andersonc37341e2020-12-22 18:57:18 -050018CONFIG_SF_DEFAULT_BUS=3
Sean Andersonedc32ab2020-06-24 06:41:25 -040019# CONFIG_DM_ETH is not set
Sean Andersonc37341e2020-12-22 18:57:18 -050020CONFIG_FS_EXT4=y
21CONFIG_FS_FAT=y
Sean Andersonedc32ab2020-06-24 06:41:25 -040022# CONFIG_EFI_LOADER is not set