[U-Boot] [PULL] Please pull u-boot-avr32/master

Dear Tom Rini,
these two patches should go into this release. The 'Fix strict-aliasing' is a very old patch which was a long time untested. The new board was posted way before merge window close but required a patch that came through u-boot-arm, therefore it is so late.
The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-avr32.git master
for you to fetch changes up to a420dfe2b017db321ad9b4058d38e216b756465f:
avr32: add atngw100mkii board (2012-09-13 13:33:11 +0200)
---------------------------------------------------------------- Andreas Bießmann (1): avr32: add atngw100mkii board
Simon Glass (1): Fix strict-aliasing warning in dlmalloc
MAINTAINERS | 1 + board/atmel/atngw100mkii/Makefile | 40 ++++++ board/atmel/atngw100mkii/atngw100mkii.c | 156 +++++++++++++++++++++++ boards.cfg | 1 + common/dlmalloc.c | 10 +- include/configs/atngw100mkii.h | 209 +++++++++++++++++++++++++++++++ 6 files changed, 412 insertions(+), 5 deletions(-) create mode 100644 board/atmel/atngw100mkii/Makefile create mode 100644 board/atmel/atngw100mkii/atngw100mkii.c create mode 100644 include/configs/atngw100mkii.h
Best regards
Andreas Bießmann

On Thu, Sep 13, 2012 at 01:38:33PM +0200, Andreas Bie??mann wrote:
Dear Tom Rini,
these two patches should go into this release. The 'Fix strict-aliasing' is a very old patch which was a long time untested. The new board was posted way before merge window close but required a patch that came through u-boot-arm, therefore it is so late.
The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-avr32.git master
for you to fetch changes up to a420dfe2b017db321ad9b4058d38e216b756465f:
avr32: add atngw100mkii board (2012-09-13 13:33:11 +0200)
Andreas Bie??mann (1): avr32: add atngw100mkii board
Simon Glass (1): Fix strict-aliasing warning in dlmalloc
MAINTAINERS | 1 + board/atmel/atngw100mkii/Makefile | 40 ++++++ board/atmel/atngw100mkii/atngw100mkii.c | 156 +++++++++++++++++++++++ boards.cfg | 1 + common/dlmalloc.c | 10 +- include/configs/atngw100mkii.h | 209 +++++++++++++++++++++++++++++++ 6 files changed, 412 insertions(+), 5 deletions(-) create mode 100644 board/atmel/atngw100mkii/Makefile create mode 100644 board/atmel/atngw100mkii/atngw100mkii.c create mode 100644 include/configs/atngw100mkii.h
Applied to u-boot/master, thanks!
participants (2)
-
Andreas Bießmann
-
Tom Rini