Lukas Auer | e456a81 | 2019-08-21 21:14:49 +0200 | [diff] [blame] | 1 | CONFIG_RISCV=y |
Tom Rini | 9802154 | 2021-11-01 12:19:22 +0000 | [diff] [blame] | 2 | CONFIG_SYS_MALLOC_LEN=0x800000 |
Lukas Auer | e456a81 | 2019-08-21 21:14:49 +0200 | [diff] [blame] | 3 | CONFIG_NR_DRAM_BANKS=1 |
Tom Rini | 554e551 | 2020-08-10 15:31:07 -0400 | [diff] [blame] | 4 | CONFIG_ENV_SIZE=0x20000 |
Simon Glass | 4027792 | 2021-12-16 20:59:12 -0700 | [diff] [blame] | 5 | CONFIG_DEFAULT_DEVICE_TREE="qemu-virt32" |
Tom Rini | 2bba780 | 2021-06-28 10:17:29 -0400 | [diff] [blame] | 6 | CONFIG_SPL=y |
Tom Rini | d46e86d | 2022-04-08 13:36:51 -0400 | [diff] [blame] | 7 | CONFIG_SYS_LOAD_ADDR=0x80200000 |
Lukas Auer | e456a81 | 2019-08-21 21:14:49 +0200 | [diff] [blame] | 8 | CONFIG_TARGET_QEMU_VIRT=y |
9 | CONFIG_RISCV_SMODE=y | ||||
Simon Glass | 836eac7 | 2021-12-16 20:59:21 -0700 | [diff] [blame] | 10 | # CONFIG_OF_BOARD_FIXUP is not set |
Lukas Auer | e456a81 | 2019-08-21 21:14:49 +0200 | [diff] [blame] | 11 | CONFIG_DISTRO_DEFAULTS=y |
Tom Rini | eaf6ea6 | 2022-05-25 12:16:03 -0400 | [diff] [blame] | 12 | CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y |
13 | CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000 | ||||
Lukas Auer | e456a81 | 2019-08-21 21:14:49 +0200 | [diff] [blame] | 14 | CONFIG_FIT=y |
Peng Fan | 0465f12 | 2020-07-06 15:35:01 +0800 | [diff] [blame] | 15 | CONFIG_SPL_LOAD_FIT_ADDRESS=0x80200000 |
Lukas Auer | e456a81 | 2019-08-21 21:14:49 +0200 | [diff] [blame] | 16 | CONFIG_DISPLAY_CPUINFO=y |
17 | CONFIG_DISPLAY_BOARDINFO=y | ||||
Tom Rini | ca8a329 | 2022-05-16 17:20:26 -0400 | [diff] [blame] | 18 | CONFIG_SPL_MAX_SIZE=0x100000 |
Tom Rini | d31466b | 2022-05-11 18:01:06 -0400 | [diff] [blame] | 19 | CONFIG_SYS_CBSIZE=256 |
Tom Rini | d0ee7f2 | 2022-05-11 17:38:09 -0400 | [diff] [blame] | 20 | CONFIG_SYS_PBSIZE=276 |
Lukas Auer | e456a81 | 2019-08-21 21:14:49 +0200 | [diff] [blame] | 21 | # CONFIG_CMD_MII is not set |
Tom Rini | 8d8ee47 | 2019-11-12 22:46:36 -0500 | [diff] [blame] | 22 | CONFIG_SYS_RELOC_GD_ENV_ADDR=y |
Miquel Raynal | 1de770d | 2019-10-03 19:50:04 +0200 | [diff] [blame] | 23 | CONFIG_DM_MTD=y |
Patrick Delaunay | 0f9595b | 2022-01-04 14:24:00 +0100 | [diff] [blame] | 24 | CONFIG_SYS_MAX_FLASH_BANKS=2 |
Heinrich Schuchardt | b11f420 | 2021-09-12 21:11:47 +0200 | [diff] [blame] | 25 | CONFIG_SYSRESET_SBI=y |
Simon Glass | 836eac7 | 2021-12-16 20:59:21 -0700 | [diff] [blame] | 26 | # CONFIG_BINMAN_FDT is not set |