blob: 8eab986640ceb16ef4e7e896475c0254e1ff597a [file] [log] [blame]
Marek Vasut5ff05292020-01-24 18:39:16 +01001if TARGET_DH_STM32MP1_PDK2
2
3config SYS_BOARD
4 default "dh_stm32mp1"
5
6config SYS_VENDOR
7 default "dhelectronics"
8
9config SYS_CONFIG_NAME
10 default "stm32mp1"
11
12config ENV_SECT_SIZE
13 default 0x10000 if ENV_IS_IN_SPI_FLASH
14
15config ENV_OFFSET
16 default 0x1E0000 if ENV_IS_IN_SPI_FLASH
17
18config ENV_OFFSET_REDUND
19 default 0x1F0000 if ENV_IS_IN_SPI_FLASH
20
21endif