blob: 33c67c0b540366a6d14f80d082b8cc428f8e40f7 [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
Heinrich Schuchardt6a3cd972020-07-29 12:53:05 +02007CONFIG_STACK_SIZE=0x100000
Sean Andersonc37341e2020-12-22 18:57:18 -05008CONFIG_USE_BOOTCOMMAND=y
9CONFIG_BOOTCOMMAND="run k210_bootcmd"
Sean Anderson628b5dc2021-04-08 22:13:10 -040010CONFIG_BOARD_EARLY_INIT_F=y
Sean Andersonc37341e2020-12-22 18:57:18 -050011CONFIG_HUSH_PARSER=y
12CONFIG_MTDIDS_DEFAULT="nor0=spi3:0"
13CONFIG_MTDPARTS_DEFAULT="nor0:1M(u-boot),0x1000@0xfff000(env)"
Sean Andersonedc32ab2020-06-24 06:41:25 -040014# CONFIG_NET is not set
Sean Andersone6638b42021-06-11 00:16:15 -040015CONFIG_CLK_K210_SET_RATE=y
Sean Andersonedc32ab2020-06-24 06:41:25 -040016# CONFIG_INPUT is not set
Sean Andersonc37341e2020-12-22 18:57:18 -050017CONFIG_SF_DEFAULT_BUS=3
Sean Andersonedc32ab2020-06-24 06:41:25 -040018# CONFIG_DM_ETH is not set
Sean Andersonc37341e2020-12-22 18:57:18 -050019CONFIG_FS_EXT4=y
20CONFIG_FS_FAT=y
Sean Andersonedc32ab2020-06-24 06:41:25 -040021# CONFIG_EFI_LOADER is not set