
commit 9cff4448a9cb882defe6c8bde73b77fc0c636799 removed the mpc85xx version of timer_interrupt, which was overriding the lib_ppc version. The lib_ppc version tries to invoke board_show_activity() if CONFIG_SHOW_ACTIVITY is defined. stxgp3 and stxssa defined it, despite not defining board_show_activity(). I'll leave it to the stx* maintainer to implement that function if desired. :)
Signed-off-by: Andy Fleming afleming@freescale.com --- include/configs/stxgp3.h | 4 ---- include/configs/stxssa.h | 4 ---- 2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/include/configs/stxgp3.h b/include/configs/stxgp3.h index ea79de7..7cb5dc9 100644 --- a/include/configs/stxgp3.h +++ b/include/configs/stxgp3.h @@ -55,10 +55,6 @@
#define CONFIG_SYS_CLK_FREQ 33333333 /* most pci cards are 33Mhz */
-/* Blinkin' LEDs for Robert :-) -*/ -#define CONFIG_SHOW_ACTIVITY 1 - /* * These can be toggled for performance analysis, otherwise use default. */ diff --git a/include/configs/stxssa.h b/include/configs/stxssa.h index ac349df..8e2d56f 100644 --- a/include/configs/stxssa.h +++ b/include/configs/stxssa.h @@ -55,10 +55,6 @@
#define CONFIG_SYS_CLK_FREQ 33000000 /* most pci cards are 33Mhz */
-/* Blinkin' LEDs for Robert :-) -*/ -#define CONFIG_SHOW_ACTIVITY 1 - /* * These can be toggled for performance analysis, otherwise use default. */