Blame view

configs/stm32h743-disco_defconfig 905 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
  CONFIG_SYS_MALLOC_F_LEN=0xF00
a09fea1d2   Tom Rini   env: Finish migra...
5
  CONFIG_ENV_SIZE=0x2000
d168bcb6f   Tom Rini   configs: Resync w...
6
  CONFIG_NR_DRAM_BANKS=1
246771b18   Patrice Chotard   board: Add stm32h...
7
8
  CONFIG_STM32H7=y
  CONFIG_TARGET_STM32H743_DISCO=y
20fc11431   Patrice Chotard   configs: stm32h74...
9
  CONFIG_DISTRO_DEFAULTS=y
246771b18   Patrice Chotard   board: Add stm32h...
10
  CONFIG_BOOTDELAY=3
20fc11431   Patrice Chotard   configs: stm32h74...
11
  # CONFIG_USE_BOOTCOMMAND is not set
246771b18   Patrice Chotard   board: Add stm32h...
12
13
14
  CONFIG_DEFAULT_FDT_FILE="stm32h743i-disco"
  # CONFIG_DISPLAY_CPUINFO is not set
  CONFIG_BOARD_EARLY_INIT_F=y
246771b18   Patrice Chotard   board: Add stm32h...
15
16
17
18
19
  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...
20
  CONFIG_CMD_GPT=y
a3def70a0   Patrice Chotard   configs: stm32h74...
21
  CONFIG_CMD_MMC=y
246771b18   Patrice Chotard   board: Add stm32h...
22
  # CONFIG_CMD_SETEXPR is not set
8e53ee146   Patrice Chotard   configs: stm32h7x...
23
  CONFIG_CMD_CACHE=y
246771b18   Patrice Chotard   board: Add stm32h...
24
  CONFIG_CMD_TIMER=y
9f7d8f678   Patrice Chotard   configs: stm32h74...
25
  CONFIG_CMD_EXT4_WRITE=y
20fc11431   Patrice Chotard   configs: stm32h74...
26
  # CONFIG_ISO_PARTITION is not set
246771b18   Patrice Chotard   board: Add stm32h...
27
  CONFIG_OF_CONTROL=y
8c5cad05c   Tom Rini   configs: Resync w...
28
  CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-disco"
8d8ee47e0   Tom Rini   env: Add CONFIG_S...
29
  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
5413b33af   Patrice Chotard   configs: stm32h74...
30
  # CONFIG_NET is not set
a3def70a0   Patrice Chotard   configs: stm32h74...
31
32
  CONFIG_DM_MMC=y
  CONFIG_STM32_SDMMC2=y
246771b18   Patrice Chotard   board: Add stm32h...
33
  # CONFIG_PINCTRL_FULL is not set
246771b18   Patrice Chotard   board: Add stm32h...
34
  CONFIG_OF_LIBFDT_OVERLAY=y