From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Schwingen Date: Wed, 26 Jan 2011 10:34:33 +0100 Subject: [U-Boot] [PATCH 08/13] update/fix AcTux2 board In-Reply-To: <20110125204614.9A1E41365DB@gemini.denx.de> References: <1294062338-21084-1-git-send-email-michael@schwingen.org> <1294062338-21084-9-git-send-email-michael@schwingen.org> <20110125204614.9A1E41365DB@gemini.denx.de> Message-ID: <4D3FEAA9.7060606@discworld.dascon.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 */ >> + *IXP425_EXP_CS7 = 0x80900003; >> + return 0; >> > > Same comments as for AcTux1 apply to this patch, and to the other > AcTux* patches as well. > This is basically just existing code that is moved around, but I will change this globally. cu Michael