diff options
| author | Graeme Russ <[email protected]> | 2010-04-24 00:05:57 +1000 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2010-05-06 00:19:46 +0200 |
| commit | f2a55055e9b19f3eba9de97ff454cf8bfef25468 (patch) | |
| tree | 12a4628687655e746c3048e9e413ca98a368592b /include/configs | |
| parent | 4a4c31ae08d4dcabe348013e135de28b01c29bf0 (diff) | |
eNET: Use SC520 MMCR to reset eNET board
Signed-off-by: Graeme Russ <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | 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 dac3ede68e1..61897949dd9 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 */ |
