]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/mccmon6_nor_defconfig
BOARD: MCCMON6: Provide support for iMX6q based mccmon6 board
authorLukasz Majewski <lukma@denx.de>
Fri, 27 Jan 2017 22:16:29 +0000 (23:16 +0100)
committerStefano Babic <sbabic@denx.de>
Mon, 30 Jan 2017 15:24:47 +0000 (16:24 +0100)
commit11bd5e7b62070c7ca0188230edc4c5e7fdfe1349
tree4de55f2d0889010c73a08e742ecee8c55c05b758
parent355ed4b431a689def3897d9227963502017e9998
BOARD: MCCMON6: Provide support for iMX6q based mccmon6 board

This patch provides u-boot support for Liebherr (LWN) mccmon6 board.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/mx6/Kconfig
board/liebherr/mccmon6/Kconfig [new file with mode: 0644]
board/liebherr/mccmon6/MAINTAINERS [new file with mode: 0644]
board/liebherr/mccmon6/Makefile [new file with mode: 0644]
board/liebherr/mccmon6/mccmon6.c [new file with mode: 0644]
board/liebherr/mccmon6/mon6_imximage_nor.cfg [new file with mode: 0644]
board/liebherr/mccmon6/mon6_imximage_sd.cfg [new file with mode: 0644]
board/liebherr/mccmon6/spl.c [new file with mode: 0644]
configs/mccmon6_nor_defconfig [new file with mode: 0644]
configs/mccmon6_sd_defconfig [new file with mode: 0644]
include/configs/mccmon6.h [new file with mode: 0644]