Mercurial > ecos
changeset 1279:fa9ec33a5ad1
* include/plf_io.h: Correct (unused) defines for
E7T_ROMCON_BASE_MASK and E7T_ROMCON_NEXT_MASK.
| author | asl |
|---|---|
| date | Mon, 06 Oct 2003 16:29:49 +0000 |
| parents | eaf1a693566b |
| children | 8d76b6216102 |
| files | packages/hal/arm/e7t/current/ChangeLog packages/hal/arm/e7t/current/include/plf_io.h |
| diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/arm/e7t/current/ChangeLog +++ b/packages/hal/arm/e7t/current/ChangeLog @@ -1,3 +1,8 @@ +2003-10-06 Chris Garry <cgarry@sweeneydesign.co.uk> + + * include/plf_io.h: Correct (unused) defines for + E7T_ROMCON_BASE_MASK and E7T_ROMCON_NEXT_MASK. + 2003-09-21 Gary Thomas <gary@mlbassoc.com> * misc/redboot_ROM.ecm: Adjust for changes in RedBoot
--- a/packages/hal/arm/e7t/current/include/plf_io.h +++ b/packages/hal/arm/e7t/current/include/plf_io.h @@ -132,10 +132,10 @@ #define E7T_ROMCON_TACC_6C 0x00000050 #define E7T_ROMCON_TACC_7C 0x00000060 -#define E7T_ROMCON_BASE_MASK 0x000ff700 +#define E7T_ROMCON_BASE_MASK 0x000ffc00 #define E7T_ROMCON_BASE_shift 10 -#define E7T_ROMCON_NEXT_MASK 0x7ff00000 +#define E7T_ROMCON_NEXT_MASK 0x3ff00000 #define E7T_ROMCON_NEXT_shift 20
