mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
ba2c20ce7a
Move the ST command in board/st/common, as this command is only used by ST board. Prepare the support in U-Boot of boards with STM32MP15x SOC but not STMicroelectronics. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
6 lines
167 B
Text
6 lines
167 B
Text
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.
|