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