summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2012-03-17 21:50:59 +0100
committerWolfgang Denk <wd@denx.de>2012-03-17 21:50:59 +0100
commit6e94125f9ccde8e7f8f94902b8d253bda5bb68c8 (patch)
tree689b740e1d175a5d2dfbce89d2ebb0e9350a1da3 /doc
parent6ae38b8c583c61f00c2fe9904cafa81932c7faaf (diff)
parenta7a564c55c3b53e5af091b82070ca1f67cba70f7 (diff)
downloadu-boot-imx-6e94125f9ccde8e7f8f94902b8d253bda5bb68c8.zip
u-boot-imx-6e94125f9ccde8e7f8f94902b8d253bda5bb68c8.tar.gz
u-boot-imx-6e94125f9ccde8e7f8f94902b8d253bda5bb68c8.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-avr32
* 'master' of git://git.denx.de/u-boot-avr32: atmel_mci.h: remove outdated register macros doc/git-mailrc: add <me> to avr32 alias ATMEL: remove old atmel_mci driver ATMEL: use generic mmc framework
Diffstat (limited to 'doc')
-rw-r--r--doc/README.atmel_mci2
-rw-r--r--doc/git-mailrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.atmel_mci b/doc/README.atmel_mci
index 0cbd909..1ec4465 100644
--- a/doc/README.atmel_mci
+++ b/doc/README.atmel_mci
@@ -20,7 +20,7 @@ board/SoC specific manner before the driver is initialized:
example: this is added to at91sam9260_devices.c:
-#if defined(CONFIG_ATMEL_MCI) || defined(CONFIG_GENERIC_ATMEL_MCI)
+#if defined(CONFIG_GENERIC_ATMEL_MCI)
void at91_mci_hw_init(void)
{
at91_set_a_periph(AT91_PIO_PORTA, 8, PUP); /* MCCK */
diff --git a/doc/git-mailrc b/doc/git-mailrc
index 96f1d86..bc5a814 100644
--- a/doc/git-mailrc
+++ b/doc/git-mailrc
@@ -51,7 +51,7 @@ alias tegra uboot, Simon Glass <sjg@chromium.org>, Tom Warren <twarren@
alias tegra2 tegra
alias ti uboot, Sandeep Paulraj <s-paulraj@ti.com>, Tom Rini <trini@ti.com>
-alias avr32 uboot, reinhardm
+alias avr32 uboot, Andreas Bießmann <andreas.devel@googlemail.com>
alias bfin uboot, vapier
alias blackfin bfin