Index: firmware/target/arm/as3525/debug-as3525.c =================================================================== --- firmware/target/arm/as3525/debug-as3525.c (revision 27291) +++ firmware/target/arm/as3525/debug-as3525.c (working copy) @@ -386,7 +386,9 @@ line = 0; lcd_putsf(0, line++, "CGU_PLLA :%8x", (unsigned int)(CGU_PLLA)); + lcd_putsf(0, line++, "CGU_PLLASUP%8x", (unsigned int)(CGU_PLLASUP)); lcd_putsf(0, line++, "CGU_PLLB :%8x", (unsigned int)(CGU_PLLB)); + lcd_putsf(0, line++, "CGU_PLLBSUP%8x", (unsigned int)(CGU_PLLBSUP)); lcd_putsf(0, line++, "CGU_PROC :%8x", (unsigned int)(CGU_PROC)); lcd_putsf(0, line++, "CGU_PERI :%8x", (unsigned int)(CGU_PERI)); lcd_putsf(0, line++, "CGU_IDE :%8x", (unsigned int)(CGU_IDE));