blob: 4a6416e2540bdc37357a28a98238102e9e150a5d [file] [log] [blame]
Anup Patel4c601132018-12-03 10:57:42 +05301CONFIG_RISCV=y
Tom Rinid168bcb2019-04-29 15:54:04 -04002CONFIG_NR_DRAM_BANKS=1
Tom Rini554e5512020-08-10 15:31:07 -04003CONFIG_ENV_SIZE=0x20000
Anup Patel4c601132018-12-03 10:57:42 +05304CONFIG_TARGET_QEMU_VIRT=y
5CONFIG_ARCH_RV64I=y
6CONFIG_RISCV_SMODE=y
7CONFIG_DISTRO_DEFAULTS=y
Anup Patel4c601132018-12-03 10:57:42 +05308CONFIG_FIT=y
Dimitri John Ledkov8359fd72021-07-26 11:20:17 +01009CONFIG_USE_PREBOOT=y
10CONFIG_PREBOOT="setenv fdt_addr ${fdtcontroladdr}; fdt addr ${fdtcontroladdr};"
Anup Patel4c601132018-12-03 10:57:42 +053011CONFIG_DISPLAY_CPUINFO=y
12CONFIG_DISPLAY_BOARDINFO=y
Heinrich Schuchardt794219b2019-07-17 19:37:31 +020013CONFIG_CMD_BOOTEFI_SELFTEST=y
Heinrich Schuchardt5cc349b2019-10-13 11:54:20 +020014CONFIG_CMD_NVEDIT_EFI=y
Anup Patel4c601132018-12-03 10:57:42 +053015# CONFIG_CMD_MII is not set
16CONFIG_OF_PRIOR_STAGE=y
Tom Rini8d8ee472019-11-12 22:46:36 -050017CONFIG_SYS_RELOC_GD_ENV_ADDR=y
Miquel Raynal1de770d2019-10-03 19:50:04 +020018CONFIG_DM_MTD=y