aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-armv7
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-05-26 08:27:42 +0300
committerPatrick Georgi <pgeorgi@google.com>2020-05-28 09:29:45 +0000
commit3ae17a42c1f5d8cbf20b6bc7a4e24505651f1754 (patch)
treedd85e023fbd66e8f426daf409ae8cae0d2ea19ce /src/mainboard/emulation/qemu-armv7
parentffd480fac2953b1536edb9dd59b69644001f7325 (diff)
mb/emulation: Remove fake devicetree.cb components
Change-Id: I31853e3ede786eb9e10704674e42dd56c3a48688 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41717 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Philipp Hug <philipp@hug.cx>
Diffstat (limited to 'src/mainboard/emulation/qemu-armv7')
-rw-r--r--src/mainboard/emulation/qemu-armv7/devicetree.cb4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/emulation/qemu-armv7/devicetree.cb b/src/mainboard/emulation/qemu-armv7/devicetree.cb
index 18ec632d22..f9efb48683 100644
--- a/src/mainboard/emulation/qemu-armv7/devicetree.cb
+++ b/src/mainboard/emulation/qemu-armv7/devicetree.cb
@@ -2,7 +2,5 @@
# TODO fill with Versatile Express board data in QEMU.
chip cpu/armltd/cortex-a9
- chip drivers/generic/generic # I2C0 controller
- device i2c 6 on end # Fake component for testing
- end
+ device cpu_cluster 0 on end
end