diff options
Diffstat (limited to 'board/logicpd/am3517evm')
-rw-r--r-- | board/logicpd/am3517evm/Kconfig | 23 | ||||
-rw-r--r-- | board/logicpd/am3517evm/MAINTAINERS | 6 |
2 files changed, 29 insertions, 0 deletions
diff --git a/board/logicpd/am3517evm/Kconfig b/board/logicpd/am3517evm/Kconfig new file mode 100644 index 0000000000..9bc5ae58f2 --- /dev/null +++ b/board/logicpd/am3517evm/Kconfig @@ -0,0 +1,23 @@ +if TARGET_AM3517_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am3517evm" + +config SYS_VENDOR + string + default "logicpd" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "am3517_evm" + +endif diff --git a/board/logicpd/am3517evm/MAINTAINERS b/board/logicpd/am3517evm/MAINTAINERS new file mode 100644 index 0000000000..7f03ac12ee --- /dev/null +++ b/board/logicpd/am3517evm/MAINTAINERS @@ -0,0 +1,6 @@ +AM3517EVM BOARD +M: Vaibhav Hiremath <hvaibhav@ti.com> +S: Maintained +F: board/logicpd/am3517evm/ +F: include/configs/am3517_evm.h +F: configs/am3517_evm_defconfig |