config: Fix ommission of number base in ethernet address param
authorGeoffrey Blake <Geoffrey.Blake@arm.com>
Thu, 17 Oct 2013 15:20:45 +0000 (10:20 -0500)
committerGeoffrey Blake <Geoffrey.Blake@arm.com>
Thu, 17 Oct 2013 15:20:45 +0000 (10:20 -0500)
commit2b9138135ee5c751136bb53738a44211557961f9
treeaf2b93770e94779985ffe6b51b0f0fd6258b51b4
parent3d582c767a2891d4a4ab8defa8929b061cbcee18
config: Fix ommission of number base in ethernet address param

The ethernet address param tries to convert a hexadecimal
string using int() in python, which defaults to base 10,
need to specify base 16 in this case.
src/python/m5/params.py