/openbmc/u-boot/arch/arm/cpu/arm920t/ |
H A D | start.S | 448217d4 Fri Jul 06 22:24:33 CDT 2012 Zhong Hongbo <bocui107@gmail.com> arm: Fix to mistake clean the memory space In currently, when __bss_start is equal to __bss_end__, The bss loop will clear all the things in memory space. But just only when __bss_end__ greater than __bss_start__, we do the clear bss section operation. Signed-off-by: Zhong Hongbo <bocui107@gmail.com> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
|
/openbmc/u-boot/arch/arm/cpu/sa1100/ |
H A D | start.S | 448217d4 Fri Jul 06 22:24:33 CDT 2012 Zhong Hongbo <bocui107@gmail.com> arm: Fix to mistake clean the memory space In currently, when __bss_start is equal to __bss_end__, The bss loop will clear all the things in memory space. But just only when __bss_end__ greater than __bss_start__, we do the clear bss section operation. Signed-off-by: Zhong Hongbo <bocui107@gmail.com> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
|
/openbmc/u-boot/arch/arm/cpu/arm946es/ |
H A D | start.S | 448217d4 Fri Jul 06 22:24:33 CDT 2012 Zhong Hongbo <bocui107@gmail.com> arm: Fix to mistake clean the memory space In currently, when __bss_start is equal to __bss_end__, The bss loop will clear all the things in memory space. But just only when __bss_end__ greater than __bss_start__, we do the clear bss section operation. Signed-off-by: Zhong Hongbo <bocui107@gmail.com> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
|
/openbmc/u-boot/arch/arm/cpu/arm1176/ |
H A D | start.S | 448217d4 Fri Jul 06 22:24:33 CDT 2012 Zhong Hongbo <bocui107@gmail.com> arm: Fix to mistake clean the memory space In currently, when __bss_start is equal to __bss_end__, The bss loop will clear all the things in memory space. But just only when __bss_end__ greater than __bss_start__, we do the clear bss section operation. Signed-off-by: Zhong Hongbo <bocui107@gmail.com> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
|
/openbmc/u-boot/arch/arm/cpu/arm1136/ |
H A D | start.S | 448217d4 Fri Jul 06 22:24:33 CDT 2012 Zhong Hongbo <bocui107@gmail.com> arm: Fix to mistake clean the memory space In currently, when __bss_start is equal to __bss_end__, The bss loop will clear all the things in memory space. But just only when __bss_end__ greater than __bss_start__, we do the clear bss section operation. Signed-off-by: Zhong Hongbo <bocui107@gmail.com> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
|
/openbmc/u-boot/arch/arm/cpu/arm720t/ |
H A D | start.S | 448217d4 Fri Jul 06 22:24:33 CDT 2012 Zhong Hongbo <bocui107@gmail.com> arm: Fix to mistake clean the memory space In currently, when __bss_start is equal to __bss_end__, The bss loop will clear all the things in memory space. But just only when __bss_end__ greater than __bss_start__, we do the clear bss section operation. Signed-off-by: Zhong Hongbo <bocui107@gmail.com> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
|
/openbmc/u-boot/arch/arm/cpu/pxa/ |
H A D | start.S | 448217d4 Fri Jul 06 22:24:33 CDT 2012 Zhong Hongbo <bocui107@gmail.com> arm: Fix to mistake clean the memory space In currently, when __bss_start is equal to __bss_end__, The bss loop will clear all the things in memory space. But just only when __bss_end__ greater than __bss_start__, we do the clear bss section operation. Signed-off-by: Zhong Hongbo <bocui107@gmail.com> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
|
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | start.S | 448217d4 Fri Jul 06 22:24:33 CDT 2012 Zhong Hongbo <bocui107@gmail.com> arm: Fix to mistake clean the memory space In currently, when __bss_start is equal to __bss_end__, The bss loop will clear all the things in memory space. But just only when __bss_end__ greater than __bss_start__, we do the clear bss section operation. Signed-off-by: Zhong Hongbo <bocui107@gmail.com> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
|