mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
1de770d544
CONFIG_MTD must be reserved for the MTD core. Like any other subsystem, prefix the symbol by DM when it comes to DM support. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com> [trini: Add Kconfig files] Signed-off-by: Tom Rini <trini@konsulko.com>
11 lines
241 B
Text
11 lines
241 B
Text
CONFIG_RISCV=y
|
|
CONFIG_ENV_SIZE=0x2000
|
|
CONFIG_TARGET_MICROCHIP_ICICLE=y
|
|
CONFIG_ARCH_RV64I=y
|
|
CONFIG_NR_CPUS=5
|
|
CONFIG_FIT=y
|
|
CONFIG_BOOTDELAY=3
|
|
CONFIG_SYS_PROMPT="RISC-V # "
|
|
CONFIG_OF_PRIOR_STAGE=y
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_DM_MTD=y
|