]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap3: add support for QUIPOS Cairo board.
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>
Tue, 3 Feb 2015 17:13:14 +0000 (18:13 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:20:11 +0000 (14:20 +0200)
commit4ec6ba88a9496c080c97c40de7c34f16e4e8eb59
tree1aafdca01556cc017009fb539b68840afb8c52c8
parent487d98ebf3b6dc56dc7fa79aee4dc17ca271696a
omap3: add support for QUIPOS Cairo board.

This patch extends OMAP3 support for AM/DM37xx and
introduces the AM3703-based Quipos Cairo board.

Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/cpu/armv7/omap3/Kconfig
board/quipos/cairo/Kconfig [new file with mode: 0644]
board/quipos/cairo/Makefile [new file with mode: 0644]
board/quipos/cairo/cairo.c [new file with mode: 0644]
board/quipos/cairo/cairo.h [new file with mode: 0644]
configs/cairo_defconfig [new file with mode: 0644]
include/configs/omap3_cairo.h [new file with mode: 0644]