Changeset 31d9300 in mainline for boot.config


Ignore:
Timestamp:
2006-06-18T21:38:15Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9334b93
Parents:
5c82957
Message:

mips32 binary format choice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot.config

    r5c82957 r31d9300  
    1717% [ARCH=ppc32] SAVEAS PPC32_COMPILER COMPILER
    1818
    19 # Debug bootloader
    20 ! [ARCH=ppc32] CONFIG_DEBUG (n/y)
    21 
    22 # Use Block Address Translation
    23 ! [ARCH=ppc32] CONFIG_BAT (y/n)
    24 
    2519# PPC64 Compiler
    2620@ "cross" Cross-compiler
     
    3428! [ARCH=mips32] MIPS32_COMPILER (choice)
    3529% [ARCH=mips32] SAVEAS MIPS32_COMPILER COMPILER
     30
     31# Debug bootloader
     32! [ARCH=ppc32] CONFIG_DEBUG (n/y)
     33
     34# Use Block Address Translation
     35! [ARCH=ppc32] CONFIG_BAT (y/n)
     36
     37# Target image
     38@ "binary" Binary image (MSIM)
     39@ "ecoff" Ecoff image (GXEmul)
     40! [ARCH=mips32] CONFIG_IMAGE (choice)
Note: See TracChangeset for help on using the changeset viewer.