[U-Boot] [PATCH 12/15] Fixed CONFIG_SYS_SC520_RESET for eNET board
Graeme Russ
graeme.russ at gmail.com
Sun Dec 7 00:29:08 CET 2008
Forgotten in commit d1f2d102a266804a50ff0cd9794459791f057c94
Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
---
include/configs/eNET.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/eNET.h b/include/configs/eNET.h
index 7d4e21f..16dfb3f 100644
--- a/include/configs/eNET.h
+++ b/include/configs/eNET.h
@@ -143,7 +143,7 @@
*/
#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_TIMER_SC520 /* use SC520 swtimers */
+#define CONFIG_SYS_SC520_TIMER /* use SC520 swtimers */
#undef CONFIG_SYS_TIMER_GENERIC /* use the i8254 PIT timers */
#undef CONFIG_SYS_TIMER_TSC /* use the Pentium TSC timers */
#define CONFIG_SYS_USE_SIO_UART 0 /* prefer the uarts on the SIO to those
--
1.5.4.3
More information about the U-Boot
mailing list