stm32mp1: move stboard command in board/st/common directory
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 13 Jan 2020 14:17:40 +0000 (15:17 +0100)
committerPatrick Delaunay <patrick.delaunay@st.com>
Fri, 17 Jan 2020 12:58:27 +0000 (13:58 +0100)
commitba2c20ce7aba106d0101e04910be64fe3f855096
tree1b4f6d4c9ca6dc0406d89fff2583094ab230ecca
parentc3ab0fe6c1f000fe7cbee3b52c61756990b89abc
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>
board/st/common/Kconfig [new file with mode: 0644]
board/st/common/MAINTAINERS [new file with mode: 0644]
board/st/common/Makefile [new file with mode: 0644]
board/st/common/cmd_stboard.c [new file with mode: 0644]
board/st/stm32mp1/Kconfig
board/st/stm32mp1/Makefile
board/st/stm32mp1/cmd_stboard.c [deleted file]