summaryrefslogtreecommitdiffstats
path: root/cpu/arm920t
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-01-09 17:12:27 +0000
committerwdenk <wdenk>2005-01-09 17:12:27 +0000
commita1191902cab72b9f7127365fac39a1e1d5c9abda (patch)
tree2baffb8ff9c965e0bdaaa4f047a4a3b21aff27a3 /cpu/arm920t
parent15c7a8efd2f7275e5b3249aac305f2598a998645 (diff)
downloadtalos-obmc-uboot-a1191902cab72b9f7127365fac39a1e1d5c9abda.tar.gz
talos-obmc-uboot-a1191902cab72b9f7127365fac39a1e1d5c9abda.zip
* Patch by Jon Loeliger, 02 Sep 2004:
Reset monitor size back to 256 so environment can be written to flash on MPC85xx ADS and CDS releases. * Patch by Paolo Broggini, 02 Sep 2004: Make BSS clearing on ARM systems more robust * Patch by Yue Hu and Joe, 01 Sep 2004: - add PCI support for ixp425; - add EEPRO100 suppor tfor ixdp425 board. * Fix problem with protected sector detection in driver/cfi_flash.c
Diffstat (limited to 'cpu/arm920t')
-rw-r--r--cpu/arm920t/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S
index 78c470d7b6..f348193642 100644
--- a/cpu/arm920t/start.S
+++ b/cpu/arm920t/start.S
@@ -195,7 +195,7 @@ clear_bss:
clbss_l:str r2, [r0] /* clear loop... */
add r0, r0, #4
cmp r0, r1
- bne clbss_l
+ ble clbss_l
#if 0
/* try doing this stuff after the relocation */
OpenPOWER on IntegriCloud