From: Graeme Russ Date: Fri, 23 Apr 2010 14:05:57 +0000 (+1000) Subject: eNET: Use SC520 MMCR to reset eNET board X-Git-Tag: v2010.06-rc1~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2a55055e9b19f3eba9de97ff454cf8bfef25468;p=kernel%2Fu-boot.git eNET: Use SC520 MMCR to reset eNET board Signed-off-by: Graeme Russ --- diff --git a/include/configs/eNET.h b/include/configs/eNET.h index dac3ede..6189794 100644 --- a/include/configs/eNET.h +++ b/include/configs/eNET.h @@ -160,7 +160,7 @@ * CPU Features */ #define CONFIG_SYS_SC520_HIGH_SPEED 0 /* 100 or 133MHz */ -#undef CONFIG_SYS_SC520_RESET /* use SC520 MMCR's to reset cpu */ +#define CONFIG_SYS_SC520_RESET /* use SC520 MMCR's to reset cpu */ #define CONFIG_SYS_SC520_TIMER /* use SC520 swtimers */ #undef CONFIG_SYS_GENERIC_TIMER /* use the i8254 PIT timers */ #undef CONFIG_SYS_TSC_TIMER /* use the Pentium TSC timers */