configs: aspeed: Add HUSH and random ethernet addr
authorJoel Stanley <joel@jms.id.au>
Thu, 4 Jul 2019 01:35:15 +0000 (11:05 +0930)
committerTom Rini <trini@konsulko.com>
Wed, 17 Jul 2019 20:00:17 +0000 (16:00 -0400)
commitbfb372b83f4908b8fb5907d9cda10c7da1996966
treeec3c5cc71fba2b3b0a3d7cccdd403200d3e8fb5f
parent5d890b35a6ab734393d0286a834d6d8c6d9dd31e
configs: aspeed: Add HUSH and random ethernet addr

Tests in test/py/tests/test_env.py like this fail without CONFIG_HUSH_PARSER:

 => => printenv test_env_0
 ## Error: "test_env_0" not defined
 => .=> setenv test_env_0
 => => echo $test_env_0
 $test_env_0
 => F

We also want a mac address so the ethernet device works in qemu.

Signed-off-by: Joel Stanley <joel@jms.id.au>
configs/evb-ast2500_defconfig