[U-Boot] AT91 Pull request

Hi Wolfgang,
Please pulli The following changes since commit f85cd46918241842546e5021d0b88db2be50a048: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
are available in the git repository at:
git://git.denx.de/u-boot-at91.git master
Jean-Christophe PLAGNIOL-VILLARD (5): at91: Fix Atmel's at91sam9 boards out of tree build fix bmp_logo.h make dependencies to allow parallel build at91rm9200: rename lowlevel init value to CONFIG_SYS_ m501sk: move to the common memory setup at91rm9200: move define from lowlevel_init to header
Nicolas Ferre (1): at91: add at91sam9xeek board support
Makefile | 23 +++- board/m501sk/Makefile | 2 - board/m501sk/memsetup.S | 200 -------------------------- cpu/arm920t/at91rm9200/lowlevel_init.S | 158 +++++++++------------ doc/README.at91 | 2 +- include/asm-arm/arch-at91rm9200/AT91RM9200.h | 27 ++++ include/configs/at91rm9200dk.h | 46 +++--- include/configs/cmc_pu2.h | 46 +++--- include/configs/csb637.h | 46 +++--- include/configs/m501sk.h | 33 +++++ include/configs/mp2usb.h | 46 +++--- 11 files changed, 241 insertions(+), 388 deletions(-) delete mode 100644 board/m501sk/memsetup.S
Best Regards, J.
participants (1)
-
Jean-Christophe PLAGNIOL-VILLARD