Changeset 1641eb0 in mainline for defaults/ppc32/Makefile.config


Ignore:
Timestamp:
2009-07-22T19:08:39Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7038f55
Parents:
a5facfb
Message:

Make automatic start of BDDs and mounting of /data optional and disabled by default not to mess with people's hard drivers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/ppc32/Makefile.config

    ra5facfb r1641eb0  
    3737# Use Block Address Translation by the loader
    3838CONFIG_BAT = y
     39
     40# Load disk drivers on startup
     41CONFIG_START_BD = n
     42
     43# Mount /data on startup
     44CONFIG_MOUNT_DATA = n
Note: See TracChangeset for help on using the changeset viewer.