Changeset a63d216 in mainline for defaults/mips32/Makefile.config


Ignore:
Timestamp:
2014-03-16T21:39:14Z (11 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e1fc679a
Parents:
2e231aba
Message:

Remove support for CONFIG_START_BD and CONFIG_MOUNT_DATA.

  • CONFIG_START_BD is obsoleted by by DDFied ata_bd driver.
  • CONFIG_MOUNT_DATA depended on CONFIG_START_BD.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/mips32/Makefile.config

    r2e231aba ra63d216  
    4141CONFIG_HID_OUT = generic
    4242
    43 # Load disk drivers on startup
    44 CONFIG_START_BD = n
    45 
    46 # Mount /data on startup
    47 CONFIG_MOUNT_DATA = n
    48 
    4943# Barebone build with essential binaries only
    5044CONFIG_BAREBONE = y
Note: See TracChangeset for help on using the changeset viewer.