Re: [U-Boot] [PATCH 5/5] DockStar: LED support

2010-09-08 Thread Sergei Shtylyov
Hello. On 07-09-2010 18:28, Eric Cooper wrote: > derived from patches posted by Jeff Doozan > in the uBoot forum at http://forum.doozan.com > Signed-off-by: Eric Cooper [...] > diff --git a/board/Marvell/dockstar/dockstar.c > b/board/Marvell/dockstar/dockstar.c > index 13cd347..7788837 100644 >

Re: [U-Boot] [PATCH 5/5] DockStar: LED support

2010-09-07 Thread Wolfgang Denk
Dear Eric Cooper, In message <1283869696-10077-6-git-send-email-...@cmu.edu> you wrote: > derived from patches posted by Jeff Doozan > in the uBoot forum at http://forum.doozan.com Please squash into patch that adds support for this board. > diff --git a/include/configs/dockstar.h b/include/con

[U-Boot] [PATCH 5/5] DockStar: LED support

2010-09-07 Thread Eric Cooper
derived from patches posted by Jeff Doozan in the uBoot forum at http://forum.doozan.com Signed-off-by: Eric Cooper --- board/Marvell/dockstar/dockstar.c | 30 ++ include/configs/dockstar.h|1 - 2 files changed, 30 insertions(+), 1 deletions(-) diff --g