diff options
author | Antony Pavlov <antonynpavlov@gmail.com> | 2013-12-17 19:42:36 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2013-12-17 20:12:51 +0000 |
commit | d91fd756fb2af16584d338c4ef715f40ea49924c (patch) | |
tree | a84ecee7fcf97bdb8ea2149fae7e5978ea3a88b0 /tests/qom-test.c | |
parent | c6f09eb4a0ea14b68f2745e87641c79a51057959 (diff) |
hw/arm/digic: prepare DIGIC-based boards support
Also this patch adds initial support for Canon
PowerShot A1100 IS compact camera.
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Message-id: 1387188908-754-3-git-send-email-antonynpavlov@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests/qom-test.c')
-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 499be40261..f67f7c2f09 100644 --- a/tests/qom-test.c +++ b/tests/qom-test.c @@ -70,6 +70,7 @@ static const char *arm_machines[] = { "xilinx-zynq-a9", "highbank", "midway", + "canon-a1100", }; static const char *cris_machines[] = { |