blob: d752f5e79280ae956744026b3f8d333648fc1af7 [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_EVAL=y
Tom Rini84610272020-07-28 08:46:52 -04009CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-eval"
Patrice Chotardc2fb1c92018-08-03 11:46:18 +020010CONFIG_DISTRO_DEFAULTS=y
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020011CONFIG_BOOTDELAY=3
Tom Rinif92b6fa2020-10-09 12:22:06 -040012CONFIG_AUTOBOOT_KEYED=y
13CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
14CONFIG_AUTOBOOT_STOP_STR=" "
Patrice Chotardc2fb1c92018-08-03 11:46:18 +020015# CONFIG_USE_BOOTCOMMAND is not set
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020016CONFIG_DEFAULT_FDT_FILE="stm32h743i-eval"
17# CONFIG_DISPLAY_CPUINFO is not set
18CONFIG_BOARD_EARLY_INIT_F=y
Tom Rinif92b6fa2020-10-09 12:22:06 -040019CONFIG_BOARD_LATE_INIT=y
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020020CONFIG_SYS_PROMPT="U-Boot > "
Patrice Chotard4639deb2017-10-03 15:55:02 +020021CONFIG_CMD_GPT=y
Patrice Chotard9d3372f2017-10-03 15:54:59 +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 Chotard4639deb2017-10-03 15:55:02 +020026CONFIG_CMD_EXT4_WRITE=y
Patrice Chotardc2fb1c92018-08-03 11:46:18 +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 Chotard72a97752019-09-17 10:09:45 +020030# CONFIG_NET is not set
Patrice Chotard9d3372f2017-10-03 15:54:59 +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