diff options
Diffstat (limited to 'board/samsung/universal_c210')
-rw-r--r-- | board/samsung/universal_c210/Kconfig | 23 | ||||
-rw-r--r-- | board/samsung/universal_c210/MAINTAINERS | 6 |
2 files changed, 29 insertions, 0 deletions
diff --git a/board/samsung/universal_c210/Kconfig b/board/samsung/universal_c210/Kconfig new file mode 100644 index 0000000000..082168fb4f --- /dev/null +++ b/board/samsung/universal_c210/Kconfig @@ -0,0 +1,23 @@ +if TARGET_S5PC210_UNIVERSAL + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "universal_c210" + +config SYS_VENDOR + string + default "samsung" + +config SYS_SOC + string + default "exynos" + +config SYS_CONFIG_NAME + string + default "s5pc210_universal" + +endif diff --git a/board/samsung/universal_c210/MAINTAINERS b/board/samsung/universal_c210/MAINTAINERS new file mode 100644 index 0000000000..676067813b --- /dev/null +++ b/board/samsung/universal_c210/MAINTAINERS @@ -0,0 +1,6 @@ +UNIVERSAL_C210 BOARD +M: Przemyslaw Marczak <p.marczak@samsung.com> +S: Maintained +F: board/samsung/universal_c210/ +F: include/configs/s5pc210_universal.h +F: configs/s5pc210_universal_defconfig |