[U-Boot] Please pull u-boot-marvell/master

Hi Tom,
please pull the DS109 board support. Its an updated version - the original patches have been sent to the list quite some time ago.
Thanks, Stefan
The following changes since commit f5fd45ff64e28a73499548358e3d1ceda0de7daf:
Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-10-08 09:33:37 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-marvell.git
for you to fetch changes up to 1c653201d7de10b486266317200bfaa8bdb57700:
arm: kirkwood: fix Synology board tag (2016-10-09 10:55:32 +0200)
---------------------------------------------------------------- Walter Schweizer (5): arm: kirkwood: add support for Synology DS109 board arm: kirkwood: ds109 board is maintained arm: kirkwood: fix kirkwood initial setup arm: kirkwood: fix output enable settings arm: kirkwood: fix Synology board tag
arch/arm/mach-kirkwood/Kconfig | 4 + board/Synology/ds109/Kconfig | 12 +++ board/Synology/ds109/MAINTAINERS | 6 ++ board/Synology/ds109/Makefile | 9 ++ board/Synology/ds109/ds109.c | 176 ++++++++++++++++++++++++++++++++++++++ board/Synology/ds109/ds109.h | 44 ++++++++++ board/Synology/ds109/kwbimage.cfg | 152 ++++++++++++++++++++++++++++++++ board/Synology/ds109/openocd.cfg | 115 +++++++++++++++++++++++++ configs/ds109_defconfig | 16 ++++ include/configs/ds109.h | 103 ++++++++++++++++++++++ 10 files changed, 637 insertions(+) create mode 100644 board/Synology/ds109/Kconfig create mode 100644 board/Synology/ds109/MAINTAINERS create mode 100644 board/Synology/ds109/Makefile create mode 100644 board/Synology/ds109/ds109.c create mode 100644 board/Synology/ds109/ds109.h create mode 100644 board/Synology/ds109/kwbimage.cfg create mode 100644 board/Synology/ds109/openocd.cfg create mode 100644 configs/ds109_defconfig create mode 100644 include/configs/ds109.h

On Sun, Oct 09, 2016 at 11:05:10AM +0200, Stefan Roese wrote:
Hi Tom,
please pull the DS109 board support. Its an updated version - the original patches have been sent to the list quite some time ago.
Thanks, Stefan
The following changes since commit f5fd45ff64e28a73499548358e3d1ceda0de7daf:
Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-10-08 09:33:37 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-marvell.git
for you to fetch changes up to 1c653201d7de10b486266317200bfaa8bdb57700:
arm: kirkwood: fix Synology board tag (2016-10-09 10:55:32 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Stefan Roese
-
Tom Rini