From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 6 Dec 2008 13:13:09 +0100 Subject: [U-Boot] AT91 Pull request Message-ID: <20081206121309.GC2977@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, Please pull The following changes since commit 90665e3d97948000f98846ded37c921c7ae67dd7: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-at91 are available in the git repository at: git://git.denx.de/u-boot-at91.git master Nicolas Ferre (1): at91: Choose environment variables location within make config target Makefile | 60 +++++++++++++++++++++++--- doc/README.at91 | 88 +++++++++++++++++++++++++++++++++++++++ include/configs/at91sam9260ek.h | 4 -- include/configs/at91sam9261ek.h | 19 +++++++-- include/configs/at91sam9263ek.h | 3 - include/configs/at91sam9rlek.h | 3 - 6 files changed, 156 insertions(+), 21 deletions(-) create mode 100644 doc/README.at91 Best Regards, J.