]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
m68k: add amcore board support
authorangelo@sysam.it <angelo@sysam.it>
Thu, 12 Feb 2015 00:39:40 +0000 (01:39 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:20:11 +0000 (14:20 +0200)
commitb92cb0d051e63aa6a7f8e6e128de0afb03dd1d45
tree5ea1fb0fe554249ab8e427b5ab004352e777c0c4
parent711ca8ab18300f394153c00be4a43943c64eb7d3
m68k: add amcore board support

Add Sysam Amcore m68k-based board support.

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
arch/m68k/Kconfig
board/sysam/amcore/Kconfig [new file with mode: 0644]
board/sysam/amcore/MAINTAINERS [new file with mode: 0644]
board/sysam/amcore/Makefile [new file with mode: 0644]
board/sysam/amcore/amcore.c [new file with mode: 0644]
board/sysam/amcore/config.mk [new file with mode: 0644]
board/sysam/amcore/u-boot.lds [new file with mode: 0644]
configs/amcore_defconfig [new file with mode: 0644]
include/configs/amcore.h [new file with mode: 0644]