diff options
Diffstat (limited to 'board/freescale/mx6qarm2')
-rw-r--r-- | board/freescale/mx6qarm2/Kconfig | 23 | ||||
-rw-r--r-- | board/freescale/mx6qarm2/MAINTAINERS | 6 |
2 files changed, 29 insertions, 0 deletions
diff --git a/board/freescale/mx6qarm2/Kconfig b/board/freescale/mx6qarm2/Kconfig new file mode 100644 index 0000000000..2c42e9aeab --- /dev/null +++ b/board/freescale/mx6qarm2/Kconfig @@ -0,0 +1,23 @@ +if TARGET_MX6QARM2 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mx6qarm2" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "mx6qarm2" + +endif diff --git a/board/freescale/mx6qarm2/MAINTAINERS b/board/freescale/mx6qarm2/MAINTAINERS new file mode 100644 index 0000000000..42c19d13ec --- /dev/null +++ b/board/freescale/mx6qarm2/MAINTAINERS @@ -0,0 +1,6 @@ +MX6QARM2 BOARD +M: Jason Liu <r64343@freescale.com> +S: Maintained +F: board/freescale/mx6qarm2/ +F: include/configs/mx6qarm2.h +F: configs/mx6qarm2_defconfig |