diff options
Diffstat (limited to 'board/st')
-rw-r--r-- | board/st/stv0991/Kconfig | 8 | ||||
-rw-r--r-- | board/st/stv0991/MAINTAINERS | 1 |
2 files changed, 1 insertions, 8 deletions
diff --git a/board/st/stv0991/Kconfig b/board/st/stv0991/Kconfig index 8bda349907..007712f9c6 100644 --- a/board/st/stv0991/Kconfig +++ b/board/st/stv0991/Kconfig @@ -1,23 +1,15 @@ if TARGET_STV0991 -config SYS_CPU - string - default "armv7" - config SYS_BOARD - string default "stv0991" config SYS_VENDOR - string default "st" config SYS_SOC - string default "stv0991" config SYS_CONFIG_NAME - string default "stv0991" endif diff --git a/board/st/stv0991/MAINTAINERS b/board/st/stv0991/MAINTAINERS index 87221e934a..e7a2ccaa1f 100644 --- a/board/st/stv0991/MAINTAINERS +++ b/board/st/stv0991/MAINTAINERS @@ -3,3 +3,4 @@ M: Vikas Manocha <vikas.manocha@st.com> S: Maintained F: board/st/stv0991/ F: include/configs/stv0991.h +F: configs/stv0991_defconfig |