
26 Jan
2011
26 Jan
'11
10:34 a.m.
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