diff options
author | wdenk <wdenk> | 2004-10-11 23:10:30 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-11 23:10:30 +0000 |
commit | 8b74bf31fe57edfc502f94e905977304eac943ca (patch) | |
tree | 18e1f65a33cf3b6349eb7553c593d4ecce34f1bb /board/omap1510inn | |
parent | 4cfaf55e5cd3d7d21a7f9c48508eb7be0167e638 (diff) | |
download | u-boot-8b74bf31fe57edfc502f94e905977304eac943ca.zip u-boot-8b74bf31fe57edfc502f94e905977304eac943ca.tar.gz u-boot-8b74bf31fe57edfc502f94e905977304eac943ca.tar.bz2 |
CleanupLABEL_2004_10_12_0110
Diffstat (limited to 'board/omap1510inn')
-rw-r--r-- | board/omap1510inn/platform.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/omap1510inn/platform.S b/board/omap1510inn/platform.S index 40b067e..8045e84 100644 --- a/board/omap1510inn/platform.S +++ b/board/omap1510inn/platform.S @@ -159,7 +159,7 @@ lock_end: */ mov r0, #0x10000000 /* Load physical SDRAM base. */ mov r1, pc /* Get current execution location. */ - /* Zero all but top 6 bits of PC, as they alone detect whether an + /* Zero all but top 6 bits of PC, as they alone detect whether an * address is in the range 0x1000:0000-0x13ff:ffff, the 64M sized * valid range for SDRAM on the OMAP 1510/5910. */ |