blob: d7c1c79bb352458dd4b39da4e6e81fc1f465dc0d [file] [log] [blame]
Patrice Chotard1e1d02d2017-09-13 18:00:12 +02001CONFIG_ARM=y
Trevor Woerner2bcc1ed2020-05-06 08:02:42 -04002CONFIG_ARCH_STM32=y
Tom Rini07edfae2018-02-03 12:10:38 -05003CONFIG_SYS_TEXT_BASE=0x08000000
Tom Rinie25a03a2021-11-01 12:19:22 +00004CONFIG_SYS_MALLOC_LEN=0x100000
Patrice Chotard1e1d02d2017-09-13 18:00:12 +02005CONFIG_SYS_MALLOC_F_LEN=0xF00
Tom Rinic9285bf2019-04-29 15:54:04 -04006CONFIG_NR_DRAM_BANKS=1
Tom Rini2e262c42020-08-10 15:31:07 -04007CONFIG_ENV_SIZE=0x2000
Tom Rinia20e51f2021-06-28 10:17:29 -04008CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-eval"
Patrice Chotard1e1d02d2017-09-13 18:00:12 +02009CONFIG_STM32H7=y
10CONFIG_TARGET_STM32H743_EVAL=y
Tom Rini0997ee02021-08-23 10:25:31 -040011CONFIG_SYS_LOAD_ADDR=0xd0400000
Tom Rini4b2fcb32022-04-08 13:36:51 -040012CONFIG_DISTRO_DEFAULTS=y
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020013CONFIG_BOOTDELAY=3
Tom Rinif92b6fa2020-10-09 12:22:06 -040014CONFIG_AUTOBOOT_KEYED=y
15CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
16CONFIG_AUTOBOOT_STOP_STR=" "
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020017CONFIG_DEFAULT_FDT_FILE="stm32h743i-eval"
18# CONFIG_DISPLAY_CPUINFO is not set
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020019CONFIG_SYS_PROMPT="U-Boot > "
Patrice Chotard4639deb2017-10-03 15:55:02 +020020CONFIG_CMD_GPT=y
Patrice Chotard9d3372f2017-10-03 15:54:59 +020021CONFIG_CMD_MMC=y
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020022# CONFIG_CMD_SETEXPR is not set
Patrice Chotarde8653ac2018-08-03 11:46:16 +020023CONFIG_CMD_CACHE=y
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020024CONFIG_CMD_TIMER=y
Patrice Chotard4639deb2017-10-03 15:55:02 +020025CONFIG_CMD_EXT4_WRITE=y
Patrice Chotardc2fb1c92018-08-03 11:46:18 +020026# CONFIG_ISO_PARTITION is not set
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020027CONFIG_OF_CONTROL=y
Tom Rinica63e712019-11-12 22:46:36 -050028CONFIG_SYS_RELOC_GD_ENV_ADDR=y
Patrice Chotard72a97752019-09-17 10:09:45 +020029# CONFIG_NET is not set
Patrice Chotard9d3372f2017-10-03 15:54:59 +020030CONFIG_STM32_SDMMC2=y
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020031# CONFIG_PINCTRL_FULL is not set
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020032CONFIG_OF_LIBFDT_OVERLAY=y