Mercurial > flash_v2
changeset 1092:3764201565e4
Clean up bad character introduced in r1.4
| author | gthomas |
|---|---|
| date | Thu, 03 Jul 2003 09:47:27 +0000 |
| parents | 111911c5ca9e |
| children | c04ca65eec48 |
| files | packages/hal/arm/xscale/iq80321/current/ChangeLog packages/hal/arm/xscale/iq80321/current/include/hal_platform_setup.h |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/arm/xscale/iq80321/current/ChangeLog +++ b/packages/hal/arm/xscale/iq80321/current/ChangeLog @@ -1,3 +1,8 @@ +2003-07-03 Gary Thomas <gary@mlbassoc.com> + + * include/hal_platform_setup.h: Remove erroneous 'O' that somehow + crept into this file. + 2003-06-21 Mark Salter <msalter@redhat.com> * include/hal_platform_setup.h: Use base+offset addressing to access
--- a/packages/hal/arm/xscale/iq80321/current/include/hal_platform_setup.h +++ b/packages/hal/arm/xscale/iq80321/current/include/hal_platform_setup.h @@ -770,7 +770,7 @@ 1: mov r0, #0xc ldr r1, =ATU_IABAR1 str r0, [r1] -0 ldr r1, =ATU_IABAR2 + ldr r1, =ATU_IABAR2 str r0, [r1] mov r0, #0 ldr r1, =ATU_IAUBAR1
