rte_ma1_cb-rom.ld 397 B

1234567891011121314
  1. /* Linker script for the Midas labs RTE-V850E/MA1-CB evaluation board
  2. (CONFIG_RTE_CB_MA1), with kernel in ROM. */
  3. MEMORY {
  4. ROM : ORIGIN = 0x00000000, LENGTH = 0x00100000
  5. /* 1MB of SRAM. This memory is mirrored 4 times. */
  6. SRAM : ORIGIN = SRAM_ADDR, LENGTH = SRAM_SIZE
  7. /* 32MB of SDRAM. */
  8. SDRAM : ORIGIN = SDRAM_ADDR, LENGTH = SDRAM_SIZE
  9. }
  10. SECTIONS {
  11. ROMK_SECTIONS(ROM, SRAM)
  12. }