summaryrefslogtreecommitdiff
path: root/cpu/i386/start.S
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-07-03 13:07:56 (GMT)
committerWolfgang Denk <wd@denx.de>2007-07-03 13:07:56 (GMT)
commit98c440bee623ecdd5322852732b883e696fb2140 (patch)
treead8b06bc01822cfff8dc53d6651c59c24ac1babe /cpu/i386/start.S
parente4feb7638ca0a2138973f14456424acbc332ae43 (diff)
parent1f2a05898658900dc5717761e27abf2052e67e13 (diff)
downloadu-boot-fsl-qoriq-98c440bee623ecdd5322852732b883e696fb2140.tar.xz
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
Diffstat (limited to 'cpu/i386/start.S')
-rw-r--r--cpu/i386/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/i386/start.S b/cpu/i386/start.S
index afcbb24..1a54dd1 100644
--- a/cpu/i386/start.S
+++ b/cpu/i386/start.S
@@ -149,7 +149,7 @@ data_ok:
.progress3:
/* clear bss section in ram, size must be 4-byte aligned */
- movl $_i386boot_bss_start, %eax /* BSS start */
+ movl $_i386boot_bss_start, %edi /* MK_CHG BSS start */
movl $_i386boot_bss_size, %ecx /* BSS size */
movl %ecx, %eax
andl $3, %eax