1if TARGET_STM32MP1 2 3config SYS_BOARD 4 default "stm32mp1" 5 6config SYS_VENDOR 7 default "st" 8 9config SYS_CONFIG_NAME 10 default "stm32mp1" 11 12config ENV_SECT_SIZE 13 default 0x40000 if ENV_IS_IN_SPI_FLASH 14 15config ENV_OFFSET 16 default 0x280000 if ENV_IS_IN_SPI_FLASH 17 18config CMD_STBOARD 19 bool "stboard - command for OTP board information" 20 default y 21 help 22 This compile the stboard command to 23 read and write the board in the OTP. 24 25config TARGET_STM32MP157C_DK2 26 bool "support of STMicroelectronics STM32MP157C-DK2 Discovery Board" 27 default y 28 29endif 30