Changeset 1641eb0 in mainline for defaults/arm32/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/arm32/Makefile.config

    ra5facfb r1641eb0  
    3131# What is your output device?
    3232CONFIG_HID_OUT = generic
     33
     34# Load disk drivers on startup
     35CONFIG_START_BD = n
     36
     37# Mount /data on startup
     38CONFIG_MOUNT_DATA = n
Note: See TracChangeset for help on using the changeset viewer.