Skip to content
Snippets Groups Projects
Commit b9704809 authored by Kumar Gala's avatar Kumar Gala
Browse files

Fixed defines for MPC83xx SICRL register to match current specs

Patch by Kumar Gala, 23 Jan 2006
parent ec00c335
Branches
Tags
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4: Changes since U-Boot 1.1.4:
====================================================================== ======================================================================
* Fixed defines for MPC83xx SICRL register to match current specs
Patch by Kumar Gala, 23 Jan 2006
* Only disable the MPC83xx watchdog if its enabled out of reset. * Only disable the MPC83xx watchdog if its enabled out of reset.
If its disabled out of reset SW can later enable it if so desired If its disabled out of reset SW can later enable it if so desired
Patch by Kumar Gala, 11 Jan 2006 Patch by Kumar Gala, 11 Jan 2006
......
...@@ -71,8 +71,8 @@ typedef struct sysconf8349 { ...@@ -71,8 +71,8 @@ typedef struct sysconf8349 {
| SPCR_TSEC2DP | SPCR_TSEC2BDP | SPCR_TSEC2EP) | SPCR_TSEC2DP | SPCR_TSEC2BDP | SPCR_TSEC2EP)
u32 sicrl; /* System General Purpose Register Low */ u32 sicrl; /* System General Purpose Register Low */
#define SICRL_LDP_A 0x80000000 #define SICRL_LDP_A 0x80000000
#define SICRL_USB0 0x40000000 #define SICRL_USB1 0x40000000
#define SICRL_USB1 0x20000000 #define SICRL_USB0 0x20000000
#define SICRL_UART 0x0C000000 #define SICRL_UART 0x0C000000
#define SICRL_GPIO1_A 0x02000000 #define SICRL_GPIO1_A 0x02000000
#define SICRL_GPIO1_B 0x01000000 #define SICRL_GPIO1_B 0x01000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment