MINI2440: start.S removed MINI2440 specific speed
[u-boot-openmoko/mini2440.git] / tools / bddb / config.php
blob67257578f0ec823b12d9fbf1554f413387b86d87
1 <?php
2 // (C) Copyright 2001
3 // Murray Jensen <Murray.Jensen@csiro.au>
4 // CSIRO Manufacturing Science and Technology, Preston Lab
6 // mysql database access info
7 $mysql_user="fred";
8 $mysql_pw="apassword";
9 $mysql_db="mydbname";
11 // where to put the eeprom config files
12 $bddb_cfgdir = '/tftpboot/bddb';
14 // what this database is called
15 $bddb_label = 'Hymod Board Database';