mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
afb0840ffa
Allow to update board identification in OTP 59. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
25 lines
431 B
Text
25 lines
431 B
Text
if TARGET_STM32MP1
|
|
|
|
config SYS_BOARD
|
|
default "stm32mp1"
|
|
|
|
config SYS_VENDOR
|
|
default "st"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "stm32mp1"
|
|
|
|
config ENV_SECT_SIZE
|
|
default 0x40000 if ENV_IS_IN_SPI_FLASH
|
|
|
|
config ENV_OFFSET
|
|
default 0x280000 if ENV_IS_IN_SPI_FLASH
|
|
|
|
config CMD_STBOARD
|
|
bool "stboard - command for OTP board information"
|
|
default y
|
|
help
|
|
This compile the stboard command to
|
|
read and write the board in the OTP.
|
|
|
|
endif
|