uboot-mt623x/cpu/i386
mushtaq khan 644e6fb4eb Fixes bug clearing the bss section for i386
Hi,
There is a bug in the code of clearing the bss section for processor
i386.(File: cpu/i386/start.S)
In the code, bss_start addr (starting addr of bss section) is put into
the register %eax, but the code which clears the bss section refers to
the addr pointed by %edi.

This patch fixes this bug by putting bss_start into %edi register.

Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
2007-05-15 23:15:10 +02:00
..
Makefile Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
config.mk * Code cleanup: 2003-06-27 21:31:46 +00:00
cpu.c Patch by Steven Scholz, 25 Oct 2004: 2005-04-03 17:23:39 +00:00
interrupts.c * Implement new mechanism to export U-Boot's functions to standalone 2003-07-24 23:38:38 +00:00
reset.S * Code cleanup: 2003-06-27 21:31:46 +00:00
sc520.c Code cleanup 2006-08-27 18:10:01 +02:00
sc520_asm.S Code cleanup 2006-08-27 18:10:01 +02:00
serial.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
start.S Fixes bug clearing the bss section for i386 2007-05-15 23:15:10 +02:00
start16.S * Code cleanup: 2003-06-27 21:31:46 +00:00
timer.c * Code cleanup: 2003-06-27 21:31:46 +00:00