diff options
Diffstat (limited to 'board/spear/x600')
-rw-r--r-- | board/spear/x600/Kconfig | 23 | ||||
-rw-r--r-- | board/spear/x600/MAINTAINERS | 6 |
2 files changed, 29 insertions, 0 deletions
diff --git a/board/spear/x600/Kconfig b/board/spear/x600/Kconfig new file mode 100644 index 0000000000..a9245591bf --- /dev/null +++ b/board/spear/x600/Kconfig @@ -0,0 +1,23 @@ +if TARGET_X600 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "x600" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "x600" + +endif diff --git a/board/spear/x600/MAINTAINERS b/board/spear/x600/MAINTAINERS new file mode 100644 index 0000000000..bff6824945 --- /dev/null +++ b/board/spear/x600/MAINTAINERS @@ -0,0 +1,6 @@ +X600 BOARD +M: Stefan Roese <sr@denx.de> +S: Maintained +F: board/spear/x600/ +F: include/configs/x600.h +F: configs/x600_defconfig |