blob: 0a3bc04e3758dce09f3dd0ab13236371c9fe8608 [file] [log] [blame]
Dan Talayco48370102010-03-03 15:17:33 -08001"""
2Platform configuration file
3platform == local
4
5Update this file to override defaults
6"""
7
8def platform_config_update(config):
9 """
10 Update configuration for the local platform
11
12 @param config The configuration dictionary to use/update
13
14 Update this routine if values other the defaults are required
15 """