From 6c9e789e9e47de6146efefa48224b085501bc094 Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 15 Mar 2005 22:56:53 +0000 Subject: Update code for TQM8540 board (and 85xx in general): - Change the name of the Ethernet driver: MOTO ENET -> ENET - Reformat boot messages - Enable redundant environment - Replace the -O2 optimization flag with -mno-string --- cpu/mpc85xx/cpu_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpu/mpc85xx/cpu_init.c') diff --git a/cpu/mpc85xx/cpu_init.c b/cpu/mpc85xx/cpu_init.c index 3ffd55880f..ee2f79feef 100644 --- a/cpu/mpc85xx/cpu_init.c +++ b/cpu/mpc85xx/cpu_init.c @@ -196,9 +196,9 @@ int cpu_init_r (void) temp = l2cache->l2ctl; asm("msync;isync"); - printf("L2 cache enabled: 256KB\n"); + printf("L2: 256 kB enabled\n"); #else - printf("L2 cache disabled.\n"); + printf("L2: disabled.\n"); #endif return 0; -- cgit v1.2.1