Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / tools / bddb / config.php
diff --git a/qemu/roms/u-boot/tools/bddb/config.php b/qemu/roms/u-boot/tools/bddb/config.php
new file mode 100644 (file)
index 0000000..6725757
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+       // (C) Copyright 2001
+       // Murray Jensen <Murray.Jensen@csiro.au>
+       // CSIRO Manufacturing Science and Technology, Preston Lab
+
+       // mysql database access info
+       $mysql_user="fred";
+       $mysql_pw="apassword";
+       $mysql_db="mydbname";
+
+       // where to put the eeprom config files
+       $bddb_cfgdir = '/tftpboot/bddb';
+
+       // what this database is called
+       $bddb_label = 'Hymod Board Database';
+?>