diff options
author | wdenk <wdenk> | 2005-05-13 22:49:36 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-05-13 22:49:36 +0000 |
commit | 343117bf12075a8d6c2fa228987cbd6a1dbce50a (patch) | |
tree | d07aa26a199e16c2da7f7a9d7823ef1fe3d5e438 /include | |
parent | 9dd41a7b0c5c94d74c25edfdd6393c656669c09a (diff) | |
download | u-boot-imx-343117bf12075a8d6c2fa228987cbd6a1dbce50a.zip u-boot-imx-343117bf12075a8d6c2fa228987cbd6a1dbce50a.tar.gz u-boot-imx-343117bf12075a8d6c2fa228987cbd6a1dbce50a.tar.bz2 |
Fix timer handling on MPC85xx systems
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc/immap_85xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/immap_85xx.h b/include/asm-ppc/immap_85xx.h index 542a7d5..1b73def 100644 --- a/include/asm-ppc/immap_85xx.h +++ b/include/asm-ppc/immap_85xx.h @@ -741,6 +741,8 @@ typedef struct ccsr_pic { uint frr; /* 0x41000 - Feature Reporting Register */ char res10[28]; uint gcr; /* 0x41020 - Global Configuration Register */ +#define MPC85xx_PICGCR_RST 0x80000000 +#define MPC85xx_PICGCR_M 0x20000000 char res11[92]; uint vir; /* 0x41080 - Vendor Identification Register */ char res12[12]; |