X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=packages%2Fhal%2Farm%2Fxscale%2Fixdp425%2Fv2_0%2Finclude%2Fhal_platform_setup.h;h=9cb3104990eadd3e47c9e8dd3ab2019ced530bbe;hb=7a4ea0a4d67744fd3f6b5f207d857005fc707b46;hp=d322347ee828c36a6950ca10c9ccd7ea439bbc22;hpb=f0c1bd5d9f8457be4a43912a28ca2df207a7f5a4;p=karo-tx-redboot.git diff --git a/packages/hal/arm/xscale/ixdp425/v2_0/include/hal_platform_setup.h b/packages/hal/arm/xscale/ixdp425/v2_0/include/hal_platform_setup.h index d322347e..9cb31049 100644 --- a/packages/hal/arm/xscale/ixdp425/v2_0/include/hal_platform_setup.h +++ b/packages/hal/arm/xscale/ixdp425/v2_0/include/hal_platform_setup.h @@ -94,11 +94,9 @@ // Delay a bit .macro DELAY cycles, reg0 -#if 0 ldr \reg0, =\cycles subs \reg0, \reg0, #1 subne pc, pc, #0xc -#endif .endm // ------------------------------------------------------------------------