blob: 6265ad511daae0521fe2f83c7e398ed247cb1e84 [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
Patrice Chotard1e1d02d2017-09-13 18:00:12 +02004CONFIG_SYS_MALLOC_F_LEN=0xF00
Tom Rinic9285bf2019-04-29 15:54:04 -04005CONFIG_NR_DRAM_BANKS=1
Tom Rini2e262c42020-08-10 15:31:07 -04006CONFIG_ENV_SIZE=0x2000
Patrice Chotard1e1d02d2017-09-13 18:00:12 +02007CONFIG_STM32H7=y
8CONFIG_TARGET_STM32H743_DISCO=y
Tom Rini84610272020-07-28 08:46:52 -04009CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-disco"
Patrice Chotard9251dcc2018-08-03 11:46:19 +020010CONFIG_DISTRO_DEFAULTS=y
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020011CONFIG_BOOTDELAY=3
Patrice Chotard9251dcc2018-08-03 11:46:19 +020012# CONFIG_USE_BOOTCOMMAND is not set
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020013CONFIG_DEFAULT_FDT_FILE="stm32h743i-disco"
Tom Rini5b706d12020-05-26 15:06:19 -040014CONFIG_BOARD_LATE_INIT=y
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020015# CONFIG_DISPLAY_CPUINFO is not set
16CONFIG_BOARD_EARLY_INIT_F=y
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020017CONFIG_SYS_PROMPT="U-Boot > "
18CONFIG_AUTOBOOT_KEYED=y
19CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
20CONFIG_AUTOBOOT_STOP_STR=" "
Patrice Chotard334adb52017-10-03 15:55:01 +020021CONFIG_CMD_GPT=y
Patrice Chotard85369c02017-10-03 15:55:00 +020022CONFIG_CMD_MMC=y
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020023# CONFIG_CMD_SETEXPR is not set
Patrice Chotarde8653ac2018-08-03 11:46:16 +020024CONFIG_CMD_CACHE=y
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020025CONFIG_CMD_TIMER=y
Patrice Chotard334adb52017-10-03 15:55:01 +020026CONFIG_CMD_EXT4_WRITE=y
Patrice Chotard9251dcc2018-08-03 11:46:19 +020027# CONFIG_ISO_PARTITION is not set
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020028CONFIG_OF_CONTROL=y
Tom Rinica63e712019-11-12 22:46:36 -050029CONFIG_SYS_RELOC_GD_ENV_ADDR=y
Patrice Chotard8a4c3902019-09-17 10:09:44 +020030# CONFIG_NET is not set
Patrice Chotard85369c02017-10-03 15:55:00 +020031CONFIG_DM_MMC=y
32CONFIG_STM32_SDMMC2=y
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020033# CONFIG_PINCTRL_FULL is not set
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020034CONFIG_OF_LIBFDT_OVERLAY=y