diff options
Diffstat (limited to 'board/spear/spear320')
-rw-r--r-- | board/spear/spear320/Kconfig | 23 | ||||
-rw-r--r-- | board/spear/spear320/MAINTAINERS | 15 |
2 files changed, 38 insertions, 0 deletions
diff --git a/board/spear/spear320/Kconfig b/board/spear/spear320/Kconfig new file mode 100644 index 0000000000..4cf6baf08d --- /dev/null +++ b/board/spear/spear320/Kconfig @@ -0,0 +1,23 @@ +if TARGET_SPEAR320 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear320" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +endif diff --git a/board/spear/spear320/MAINTAINERS b/board/spear/spear320/MAINTAINERS new file mode 100644 index 0000000000..414becacc1 --- /dev/null +++ b/board/spear/spear320/MAINTAINERS @@ -0,0 +1,15 @@ +SPEAR320 BOARD +M: Vipin Kumar <vipin.kumar@st.com> +S: Maintained +F: board/spear/spear320/ +F: include/configs/spear3xx_evb.h +F: configs/spear320_defconfig + +SPEAR320_NAND BOARD +M: - +S: Maintained +F: configs/spear320_nand_defconfig +F: configs/spear320_pnor_defconfig +F: configs/spear320_usbtty_defconfig +F: configs/spear320_usbtty_nand_defconfig +F: configs/spear320_usbtty_pnor_defconfig |