comparison gsm-fw/sysglue/flashboot.S @ 997:c7ca69bf84f3

gsm-fw: trivial support for c11x target
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sat, 05 Mar 2016 05:10:49 +0000
parents a8fc7526935e
children 4c80a6e6723f
comparison
equal deleted inserted replaced
996:09b8b2327838 997:c7ca69bf84f3
43 #if FLASH_BOOT_VIA_BOOTROM 43 #if FLASH_BOOT_VIA_BOOTROM
44 /* sane targets with Calypso boot ROM enabled by the PCB wiring */ 44 /* sane targets with Calypso boot ROM enabled by the PCB wiring */
45 /* provide the necessary magic words for the boot ROM */ 45 /* provide the necessary magic words for the boot ROM */
46 .word 0 46 .word 0
47 .word _Flash_boot_entry 47 .word _Flash_boot_entry
48 #elif CONFIG_TARGET_C139 48 #elif CONFIG_TARGET_C139 || CONFIG_TARGET_C11X
49 /* 49 /*
50 * On this target we'll put a patched version of Compal's boot code in 50 * On this target we'll put a patched version of Compal's boot code in
51 * flash sector 0 (the brickable one); the main fw images will then be 51 * flash sector 0 (the brickable one); the main fw images will then be
52 * flashed starting at 0x10000, which is where our modified boot code 52 * flashed starting at 0x10000, which is where our modified boot code
53 * expects them to be. The interface between our hacked boot code and 53 * expects them to be. The interface between our hacked boot code and