blob: 4989f2c2a90a175c1d8ed06de7e102a1d23a92ac [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-disco"
Patrice Chotard1e1d02d2017-09-13 18:00:12 +02009CONFIG_STM32H7=y
10CONFIG_TARGET_STM32H743_DISCO=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-disco"
18# CONFIG_DISPLAY_CPUINFO is not set
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020019CONFIG_SYS_PROMPT="U-Boot > "
Tom Riniae17fa32022-05-11 18:01:06 -040020CONFIG_SYS_CBSIZE=256
Tom Rinicbfa1392022-05-11 17:38:09 -040021CONFIG_SYS_PBSIZE=282
Patrice Chotard334adb52017-10-03 15:55:01 +020022CONFIG_CMD_GPT=y
Patrice Chotard85369c02017-10-03 15:55:00 +020023CONFIG_CMD_MMC=y
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020024# CONFIG_CMD_SETEXPR is not set
Patrice Chotarde8653ac2018-08-03 11:46:16 +020025CONFIG_CMD_CACHE=y
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020026CONFIG_CMD_TIMER=y
Patrice Chotard334adb52017-10-03 15:55:01 +020027CONFIG_CMD_EXT4_WRITE=y
Patrice Chotard9251dcc2018-08-03 11:46:19 +020028# CONFIG_ISO_PARTITION is not set
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020029CONFIG_OF_CONTROL=y
Tom Rinica63e712019-11-12 22:46:36 -050030CONFIG_SYS_RELOC_GD_ENV_ADDR=y
Patrice Chotard8a4c3902019-09-17 10:09:44 +020031# CONFIG_NET is not set
Patrice Chotard85369c02017-10-03 15:55:00 +020032CONFIG_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