mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-14 06:26:13 -04:00
{delta,zylonite}/lowlevel_init.S: fix typo
Commit 9d803d8c mistakenly changed some constants from 0x300 into 300 - this patch fixes it. Pointed out by Tom Evans <tom@ceos.com.au>, see http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for details. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
1bc4343730
commit
3429071700
@ -74,7 +74,7 @@ mem_init:
|
|||||||
/* 3. wait nop power up waiting period (200ms)
|
/* 3. wait nop power up waiting period (200ms)
|
||||||
* optimization: Steps 4+6 can be done during this
|
* optimization: Steps 4+6 can be done during this
|
||||||
*/
|
*/
|
||||||
wait #300
|
wait #0x300
|
||||||
|
|
||||||
/* 4. Perform an initial Rcomp-calibration cycle */
|
/* 4. Perform an initial Rcomp-calibration cycle */
|
||||||
ldr r0, =RCOMP
|
ldr r0, =RCOMP
|
||||||
|
@ -121,7 +121,7 @@ lowlevel_init:
|
|||||||
/* ldr r2, [r3] */
|
/* ldr r2, [r3] */
|
||||||
/* cmp r4, r2 */
|
/* cmp r4, r2 */
|
||||||
/* bgt 1b */
|
/* bgt 1b */
|
||||||
wait #300
|
wait #0x300
|
||||||
|
|
||||||
mem_init:
|
mem_init:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user