Re: [U-Boot] [PATCH 08/13] update/fix AcTux2 board

2011-01-26 Thread Michael Schwingen
Wolfgang Denk wrote: >> >> +int board_early_init_f (void) >> +{ >> +/* CS1: IPAC-X */ >> +*IXP425_EXP_CS1 = 0x94d10013; >> +/* CS5: Debug port */ >> +*IXP425_EXP_CS5 = 0x9d520003; >> +/* CS6: HW release register */ >> +*IXP425_EXP_CS6 = 0x81860001; >> +/* CS7: LEDs */

Re: [U-Boot] [PATCH 08/13] update/fix AcTux2 board

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

[U-Boot] [PATCH 08/13] update/fix AcTux2 board

2011-01-03 Thread Michael Schwingen
Signed-off-by: Michael Schwingen --- board/actux2/actux2.c| 26 +--- board/actux2/config.mk |7 + board/actux2/u-boot.lds | 47 - include/configs/actux2.h | 21 +++ 4 files changed, 61 insertions