Blame view

configs/stm32h743-disco_defconfig 897 Bytes
246771b18   Patrice Chotard   board: Add stm32h...
1
2
  CONFIG_ARM=y
  CONFIG_STM32=y
278b90ce7   Tom Rini   configs: Migrate ...
3
  CONFIG_SYS_TEXT_BASE=0x08000000
246771b18   Patrice Chotard   board: Add stm32h...
4
5
6
  CONFIG_SYS_MALLOC_F_LEN=0xF00
  CONFIG_STM32H7=y
  CONFIG_TARGET_STM32H743_DISCO=y
20fc11431   Patrice Chotard   configs: stm32h74...
7
  CONFIG_DISTRO_DEFAULTS=y
86cf1c828   Tom Rini   configs: Migrate ...
8
  CONFIG_NR_DRAM_BANKS=1
246771b18   Patrice Chotard   board: Add stm32h...
9
  CONFIG_BOOTDELAY=3
20fc11431   Patrice Chotard   configs: stm32h74...
10
  # CONFIG_USE_BOOTCOMMAND is not set
246771b18   Patrice Chotard   board: Add stm32h...
11
12
13
  CONFIG_DEFAULT_FDT_FILE="stm32h743i-disco"
  # CONFIG_DISPLAY_CPUINFO is not set
  CONFIG_BOARD_EARLY_INIT_F=y
246771b18   Patrice Chotard   board: Add stm32h...
14
15
16
17
18
  CONFIG_SYS_PROMPT="U-Boot > "
  CONFIG_AUTOBOOT_KEYED=y
  CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.
  "
  CONFIG_AUTOBOOT_STOP_STR=" "
9f7d8f678   Patrice Chotard   configs: stm32h74...
19
  CONFIG_CMD_GPT=y
a3def70a0   Patrice Chotard   configs: stm32h74...
20
  CONFIG_CMD_MMC=y
246771b18   Patrice Chotard   board: Add stm32h...
21
  # CONFIG_CMD_SETEXPR is not set
8e53ee146   Patrice Chotard   configs: stm32h7x...
22
  CONFIG_CMD_CACHE=y
246771b18   Patrice Chotard   board: Add stm32h...
23
  CONFIG_CMD_TIMER=y
9f7d8f678   Patrice Chotard   configs: stm32h74...
24
  CONFIG_CMD_EXT4_WRITE=y
20fc11431   Patrice Chotard   configs: stm32h74...
25
  # CONFIG_ISO_PARTITION is not set
246771b18   Patrice Chotard   board: Add stm32h...
26
  CONFIG_OF_CONTROL=y
8c5cad05c   Tom Rini   configs: Resync w...
27
  CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-disco"
a3def70a0   Patrice Chotard   configs: stm32h74...
28
29
  CONFIG_DM_MMC=y
  CONFIG_STM32_SDMMC2=y
246771b18   Patrice Chotard   board: Add stm32h...
30
31
  # CONFIG_PINCTRL_FULL is not set
  # CONFIG_SPL_SERIAL_PRESENT is not set
246771b18   Patrice Chotard   board: Add stm32h...
32
33
  CONFIG_OF_LIBFDT_OVERLAY=y
  # CONFIG_EFI_LOADER is not set