diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-01-13 15:17:40 +0100 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2020-01-17 13:58:27 +0100 |
commit | ba2c20ce7aba106d0101e04910be64fe3f855096 (patch) | |
tree | 1b4f6d4c9ca6dc0406d89fff2583094ab230ecca /board/st/common/Kconfig | |
parent | c3ab0fe6c1f000fe7cbee3b52c61756990b89abc (diff) |
stm32mp1: move stboard command in board/st/common directory
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>
Diffstat (limited to 'board/st/common/Kconfig')
-rw-r--r-- | board/st/common/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/st/common/Kconfig b/board/st/common/Kconfig new file mode 100644 index 0000000000..1824087afc --- /dev/null +++ b/board/st/common/Kconfig @@ -0,0 +1,6 @@ +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. |