diff options
Diffstat (limited to 'board/amcc/bluestone')
-rw-r--r-- | board/amcc/bluestone/Kconfig | 15 | ||||
-rw-r--r-- | board/amcc/bluestone/MAINTAINERS | 6 |
2 files changed, 21 insertions, 0 deletions
diff --git a/board/amcc/bluestone/Kconfig b/board/amcc/bluestone/Kconfig new file mode 100644 index 00000000000..2f5999d1948 --- /dev/null +++ b/board/amcc/bluestone/Kconfig @@ -0,0 +1,15 @@ +if TARGET_BLUESTONE + +config SYS_BOARD + string + default "bluestone" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "bluestone" + +endif diff --git a/board/amcc/bluestone/MAINTAINERS b/board/amcc/bluestone/MAINTAINERS new file mode 100644 index 00000000000..4a329e97384 --- /dev/null +++ b/board/amcc/bluestone/MAINTAINERS @@ -0,0 +1,6 @@ +BLUESTONE BOARD +M: Tirumala Marri <tmarri@apm.com> +S: Orphan (since 2014-03) +F: board/amcc/bluestone/ +F: include/configs/bluestone.h +F: configs/bluestone_defconfig |