• Russell King's avatar
    [ARM] Allow CONFIG_ZBOOT_ROM=y image to be relocated to RAM · e34b499b
    Russell King authored
    Since the decompressor supports PIC, even for CONFIG_ZBOOT_ROM,
    we can easily allow an image which has been linked to run at
    a particular address in ROM to be moved to RAM.  We just need
    to make sure that we don't relocate the GOT entries for the
    BSS segment.
    
    This cset also implements sa1100-based debugging for the
    decompressor.
    e34b499b
head.S 14.6 KB