Changeset 1033 for trunk/platforms


Ignore:
Timestamp:
Feb 17, 2016, 5:24:44 PM (8 years ago)
Author:
alain
Message:

Modify the arch.py again to support TWO BPPs for bootloader.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/arch.py

    r1032 r1033  
    151151    boot_code_size       = 0x00080000           # 512 Kbytes
    152152
    153     boot_stack_vbase     = 0x00380000           # ident
     153    boot_stack_vbase     = 0x00180000           # ident
    154154    boot_stack_size      = 0x00080000           # 512 Kbytes
    155155
    156     boot_data_vbase      = 0x00180000           # ident
     156    boot_data_vbase      = 0x00200000           # ident
    157157    boot_data_size       = 0x00200000           # 2 Mbytes
    158158
Note: See TracChangeset for help on using the changeset viewer.