]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc52xx: add common o2dnt and o2dnt2 support and configurations
authorAnatolij Gustschin <agust@denx.de>
Fri, 31 Aug 2012 01:29:57 +0000 (01:29 +0000)
committerWolfgang Denk <wd@denx.de>
Sat, 1 Sep 2012 12:22:02 +0000 (14:22 +0200)
commit4387cf1ae1935a4630165de8b2520d98ed9f14b8
treeeae87cc7a6a3b16bd5c25771b86d1b586d8adba0
parentd7903ae1593a67f0cbda1c289795cbaff9a4082b
mpc52xx: add common o2dnt and o2dnt2 support and configurations

Add common code for o2dnt and o2dnt2 based boards and add different
board configuration files for O2D, O2I, O2DNT2, O2D300, O2MNT and
O3DNT boards.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
MAINTAINERS
board/ifm/o2dnt2/Makefile [new file with mode: 0644]
board/ifm/o2dnt2/o2dnt2.c [new file with mode: 0644]
boards.cfg
include/configs/o2d.h [new file with mode: 0644]
include/configs/o2d300.h [new file with mode: 0644]
include/configs/o2dnt-common.h [new file with mode: 0644]
include/configs/o2dnt2.h [new file with mode: 0644]
include/configs/o2i.h [new file with mode: 0644]
include/configs/o2mnt.h [new file with mode: 0644]
include/configs/o3dnt.h [new file with mode: 0644]