]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/hal/arm/mx27/karo/v1_0/include/hal_platform_setup.h
TX51 pre-release
[karo-tx-redboot.git] / packages / hal / arm / mx27 / karo / v1_0 / include / hal_platform_setup.h
index d35d587f7d0cbba4483c388120f144364766de6e..d7659d602e24e0e6cd86a091122a0b22a550a42d 100644 (file)
@@ -318,11 +318,8 @@ Copy_Good_Blk:
 NAND_Copy_Main_done:
 
 Normal_Boot_Continue:
-       bl      jump_to_sdram
+//     bl      jump_to_sdram
 // Code and all data used up to here must fit within the first 2KiB of FLASH ROM!
-Now_in_SDRAM:
-       LED_BLINK #3
-
 #ifdef CYG_HAL_STARTUP_ROMRAM  /* enable running from RAM */
        /* Copy image from flash to SDRAM first */
        ldr     r0, =0xFFFFF000
@@ -339,6 +336,8 @@ Now_in_SDRAM:
        ble     1b
 
        bl      jump_to_sdram
+Now_in_SDRAM:
+       LED_BLINK #3
 #endif /* CYG_HAL_STARTUP_ROMRAM */
 
 HWInitialise_skip_SDRAM_copy: