Removed all references to CONFIG_SYS_RESET_GENERIC
authorGraeme Russ <graeme.russ@gmail.com>
Sat, 6 Dec 2008 23:29:05 +0000 (10:29 +1100)
committerWolfgang Denk <wd@denx.de>
Sat, 24 Jan 2009 00:15:33 +0000 (01:15 +0100)
Generic i386 reset - #define made redundant by weak function

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
include/configs/eNET.h
include/configs/sc520_cdp.h
include/configs/sc520_spunk.h

index 87d2908..8f9e972 100644 (file)
  * CPU Features
  */
 #define CONFIG_SYS_SC520_HIGH_SPEED    0       /* 100 or 133MHz */
-#define CONFIG_SYS_RESET_GENERIC               /* use triple-fault to reset cpu */
 #undef  CONFIG_SYS_RESET_SC520                 /* use SC520 MMCR's to reset cpu */
 #define CONFIG_SYS_TIMER_SC520                 /* use SC520 swtimers */
 #undef  CONFIG_SYS_TIMER_GENERIC               /* use the i8254 PIT timers */
index bf8693e..9f2357b 100644 (file)
@@ -47,7 +47,6 @@
 #define CONFIG_SYS_SDRAM_CAS_LATENCY_3T
 
 #define CONFIG_SYS_SC520_HIGH_SPEED    0       /* 100 or 133MHz */
-#define CONFIG_SYS_RESET_GENERIC       1       /* use tripple-fault to reset cpu */
 #undef  CONFIG_SYS_RESET_SC520                 /* use SC520 MMCR's to reset cpu */
 #undef  CONFIG_SYS_TIMER_SC520                 /* use SC520 swtimers */
 #define CONFIG_SYS_TIMER_GENERIC       1       /* use the i8254 PIT timers */
index fbdbedd..50af732 100644 (file)
@@ -45,7 +45,6 @@
 #define CONFIG_SYS_SDRAM_CAS_LATENCY_3T
 
 #define CONFIG_SYS_SC520_HIGH_SPEED    0       /* 100 or 133MHz */
-#define CONFIG_SYS_RESET_GENERIC       1       /* use tripple-fault to reset cpu */
 #undef  CONFIG_SYS_RESET_SC520                 /* use SC520 MMCR's to reset cpu */
 #undef  CONFIG_SYS_TIMER_SC520                 /* use SC520 swtimers */
 #define CONFIG_SYS_TIMER_GENERIC       1       /* use the i8254 PIT timers */