blob: ea907de4afa576d149d77aa44c33842880bc2d82 [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
Tom Rini49c8ef02021-08-23 10:25:31 -04008CONFIG_SYS_LOAD_ADDR=0x80200000
Anup Patel4c601132018-12-03 10:57:42 +05309CONFIG_FIT=y
Dimitri John Ledkov8359fd72021-07-26 11:20:17 +010010CONFIG_USE_PREBOOT=y
11CONFIG_PREBOOT="setenv fdt_addr ${fdtcontroladdr}; fdt addr ${fdtcontroladdr};"
Anup Patel4c601132018-12-03 10:57:42 +053012CONFIG_DISPLAY_CPUINFO=y
13CONFIG_DISPLAY_BOARDINFO=y
Heinrich Schuchardt794219b2019-07-17 19:37:31 +020014CONFIG_CMD_BOOTEFI_SELFTEST=y
Heinrich Schuchardt5cc349b2019-10-13 11:54:20 +020015CONFIG_CMD_NVEDIT_EFI=y
Anup Patel4c601132018-12-03 10:57:42 +053016# CONFIG_CMD_MII is not set
17CONFIG_OF_PRIOR_STAGE=y
Tom Rini8d8ee472019-11-12 22:46:36 -050018CONFIG_SYS_RELOC_GD_ENV_ADDR=y
Miquel Raynal1de770d2019-10-03 19:50:04 +020019CONFIG_DM_MTD=y