Patrick Delaunay | 8eb3b1e | 2018-03-12 10:46:18 +0100 | [diff] [blame] | 1 | if TARGET_STM32MP1 |
| 2 | |
| 3 | config SYS_BOARD |
| 4 | default "stm32mp1" |
| 5 | |
| 6 | config SYS_VENDOR |
| 7 | default "st" |
| 8 | |
| 9 | config SYS_CONFIG_NAME |
| 10 | default "stm32mp1" |
| 11 | |
Patrick Delaunay | 1df0143 | 2019-06-14 13:05:59 +0200 | [diff] [blame] | 12 | config ENV_SECT_SIZE |
| 13 | default 0x40000 if ENV_IS_IN_SPI_FLASH |
| 14 | |
| 15 | config ENV_OFFSET |
| 16 | default 0x280000 if ENV_IS_IN_SPI_FLASH |
| 17 | |
Patrick Delaunay | 2a35037 | 2019-07-05 17:20:16 +0200 | [diff] [blame] | 18 | config 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 | |
Patrick Delaunay | 9f76fdf | 2019-07-30 19:16:38 +0200 | [diff] [blame] | 25 | config TARGET_STM32MP157C_DK2 |
| 26 | bool "support of STMicroelectronics STM32MP157C-DK2 Discovery Board" |
| 27 | default y |
| 28 | |
Patrick Delaunay | 8eb3b1e | 2018-03-12 10:46:18 +0100 | [diff] [blame] | 29 | endif |