u-boot-brain/arch/arm/cpu/armv7
Albert Aribaud da90d4ce38 arm: bugfix: replace ble with blo in start.S files
Generalized misuse of ble within relocation and bss
initialization loops caused one iteration too many.
Instead of ble ('branch if lower or equal'), use
blo ('branch if lower').

While we're at it, fix all 'addreee' typos.

Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
2010-10-11 10:28:43 +02:00
..
mx51 ARM: implement relocation for ARM V7 (OMAP) 2010-09-19 19:29:53 +02:00
omap-common ARM: Use syslib functions for all CORTEXA8 2010-09-29 11:24:31 +02:00
omap3 ARM: implement relocation for ARM V7 (OMAP) 2010-09-19 19:29:53 +02:00
omap4 ARMV7: OMAP4: Calculate SDRAM size 2010-09-28 13:54:43 -04:00
s5p-common ARMV7: S5P: separate the peripheral clocks 2010-08-30 14:44:16 +09:00
s5pc1xx ARMV7: S5P: separate the peripheral clocks 2010-08-30 14:44:16 +09:00
config.mk ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
cpu.c ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
Makefile ARM: Use syslib functions for all CORTEXA8 2010-09-29 11:24:31 +02:00
start.S arm: bugfix: replace ble with blo in start.S files 2010-10-11 10:28:43 +02:00
syslib.c ARM: Use syslib functions for all CORTEXA8 2010-09-29 11:24:31 +02:00
u-boot.lds ARM: implement relocation for ARM V7 (OMAP) 2010-09-19 19:29:53 +02:00