diff options
author | liguang <lig.fnst@cn.fujitsu.com> | 2013-12-17 19:42:38 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2013-12-17 20:12:51 +0000 |
commit | a01c005327007562f3313f3efe235f77309db809 (patch) | |
tree | ba7384d1419fb9905dc13618e1cb8b61ee550493 /tests | |
parent | 9158fa5451b5929f1d882ef08c30b4f4aadd6945 (diff) |
hw/arm: add cubieboard support
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 1387159292-10436-6-git-send-email-lig.fnst@cn.fujitsu.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qom-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qom-test.c b/tests/qom-test.c index f67f7c2f09..5e5af7a50f 100644 --- a/tests/qom-test.c +++ b/tests/qom-test.c @@ -71,6 +71,7 @@ static const char *arm_machines[] = { "highbank", "midway", "canon-a1100", + "cubieboard", }; static const char *cris_machines[] = { |