Changeset f7cbc6f in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2012-04-22T21:56:50Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6aae539d
Parents:
a5c82bb9
Message:

Rename s3c24xx driver binaries to full intended names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    ra5c82bb9 rf7cbc6f  
    302302        spawn("/srv/obio");
    303303        srv_start("/srv/cuda_adb");
    304         srv_start("/srv/s3c24ser");
    305         srv_start("/srv/s3c24ts");
     304        srv_start("/srv/s3c24xx_uart");
     305        srv_start("/srv/s3c24xx_ts");
    306306       
    307307        spawn("/srv/loopip");
Note: See TracChangeset for help on using the changeset viewer.