Mercurial > ecos
view packages/hal/i386/pc/current/src/romboot.ld @ 3292:7f8e529b4d82 default tip
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
| author | vae |
|---|---|
| date | Wed, 29 Apr 2015 23:31:48 +0000 |
| parents | 678094f34118 |
| children |
line wrap: on
line source
MEMORY { rom : ORIGIN = 0x00000, LENGTH = 0x100 } SECTIONS { .text : { *(.text) *(.data) *(.bss) } > rom }
