Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / board / dhelectronics / dh_stm32mp1 / Kconfig
1 if TARGET_DH_STM32MP1_PDK2
2
3 config SYS_BOARD
4         default "dh_stm32mp1"
5
6 config SYS_VENDOR
7         default "dhelectronics"
8
9 config SYS_CONFIG_NAME
10         default "dh_stm32mp1"
11
12 config ENV_SECT_SIZE
13         default 0x10000 if ENV_IS_IN_SPI_FLASH
14
15 config ENV_OFFSET
16         default 0x1E0000 if ENV_IS_IN_SPI_FLASH
17
18 config ENV_OFFSET_REDUND
19         default 0x1F0000 if ENV_IS_IN_SPI_FLASH
20
21 source "board/st/common/Kconfig"
22 endif