Re: [U-Boot] [PATCH 07/13] update/fix AcTux1 board

2011-01-31 Thread Michael Schwingen
Am 01/31/2011 08:01 PM, schrieb Scott Wood: >> >> I got out everything except the LDSCRIPT definition. However, I can't >> find a way to specify a board-specific linker script (which I need due >> to the embedded environment) without using config.mk in the board >> directory, since the platform set

Re: [U-Boot] [PATCH 07/13] update/fix AcTux1 board

2011-01-31 Thread Scott Wood
On Sat, 29 Jan 2011 16:57:07 +0100 Michael Schwingen wrote: > Am 01/25/2011 09:44 PM, schrieb Wolfgang Denk: > > > >> diff --git a/board/actux1/config.mk b/board/actux1/config.mk > >> index 88634f7..a370337 100644 > >> --- a/board/actux1/config.mk > >> +++ b/board/actux1/config.mk > >> @@ -1,6 +1

Re: [U-Boot] [PATCH 07/13] update/fix AcTux1 board

2011-01-29 Thread Michael Schwingen
Am 01/25/2011 09:44 PM, schrieb Wolfgang Denk: > >> diff --git a/board/actux1/config.mk b/board/actux1/config.mk >> index 88634f7..a370337 100644 >> --- a/board/actux1/config.mk >> +++ b/board/actux1/config.mk >> @@ -1,6 +1,3 @@ >> -CONFIG_SYS_TEXT_BASE = 0x00e0 >> - >> -# include NPE ethernet

Re: [U-Boot] [PATCH 07/13] update/fix AcTux1 board

2011-01-25 Thread Wolfgang Denk
Dear Michael Schwingen, In message <4d3f5eac.9000...@discworld.dascon.de> you wrote: > Am 01/25/2011 09:44 PM, schrieb Wolfgang Denk: > > > >> diff --git a/board/actux1/config.mk b/board/actux1/config.mk > >> index 88634f7..a370337 100644 > >> --- a/board/actux1/config.mk > >> +++ b/board/actux1/c

Re: [U-Boot] [PATCH 07/13] update/fix AcTux1 board

2011-01-25 Thread Michael Schwingen
Am 01/25/2011 09:44 PM, schrieb Wolfgang Denk: > >> diff --git a/board/actux1/config.mk b/board/actux1/config.mk >> index 88634f7..a370337 100644 >> --- a/board/actux1/config.mk >> +++ b/board/actux1/config.mk >> @@ -1,6 +1,3 @@ >> -CONFIG_SYS_TEXT_BASE = 0x00e0 >> - >> -# include NPE ethernet

Re: [U-Boot] [PATCH 07/13] update/fix AcTux1 board

2011-01-25 Thread Wolfgang Denk
Dear Michael Schwingen, In message <1294062338-21084-8-git-send-email-mich...@schwingen.org> you wrote: > > Signed-off-by: Michael Schwingen > --- > board/actux1/actux1.c| 22 +++- > board/actux1/config.mk |7 + > board/actux1/u-boot.lds | 42 +

[U-Boot] [PATCH 07/13] update/fix AcTux1 board

2011-01-03 Thread Michael Schwingen
Signed-off-by: Michael Schwingen --- board/actux1/actux1.c| 22 +++- board/actux1/config.mk |7 + board/actux1/u-boot.lds | 42 +++ boards.cfg |5 +++- include/configs/actux1.h | 48 +++