]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
at91sam9/at91cap: move common serial initialisation to cpu
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 21 Mar 2009 20:07:59 +0000 (21:07 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 22 Mar 2009 12:22:03 +0000 (13:22 +0100)
commit1332a2a0694c8e10a5bade397cf83645b2c3fd7e
treeebbae0d5f04a39f222aa115dff83835a38a27f1b
parentee1702d75a30d076139d1841383a1fa7220a0e11
at91sam9/at91cap: move common serial initialisation to cpu

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13 files changed:
board/afeb9260/afeb9260.c
board/atmel/at91cap9adk/at91cap9adk.c
board/atmel/at91sam9260ek/at91sam9260ek.c
board/atmel/at91sam9261ek/at91sam9261ek.c
board/atmel/at91sam9263ek/at91sam9263ek.c
board/atmel/at91sam9rlek/at91sam9rlek.c
cpu/arm926ejs/at91/Makefile
cpu/arm926ejs/at91/at91cap9_serial.c [new file with mode: 0644]
cpu/arm926ejs/at91/at91sam9260_serial.c [new file with mode: 0644]
cpu/arm926ejs/at91/at91sam9261_serial.c [new file with mode: 0644]
cpu/arm926ejs/at91/at91sam9263_serial.c [new file with mode: 0644]
cpu/arm926ejs/at91/at91sam9rl_serial.c [new file with mode: 0644]
include/asm-arm/arch-at91/at91_common.h [new file with mode: 0644]