diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-05-26 08:27:42 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-28 09:29:45 +0000 |
commit | 3ae17a42c1f5d8cbf20b6bc7a4e24505651f1754 (patch) | |
tree | dd85e023fbd66e8f426daf409ae8cae0d2ea19ce /src/mainboard/emulation/qemu-aarch64/mainboard.c | |
parent | ffd480fac2953b1536edb9dd59b69644001f7325 (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-aarch64/mainboard.c')
-rw-r--r-- | src/mainboard/emulation/qemu-aarch64/mainboard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-aarch64/mainboard.c b/src/mainboard/emulation/qemu-aarch64/mainboard.c index eb5c11dcc4..e6da3a6cac 100644 --- a/src/mainboard/emulation/qemu-aarch64/mainboard.c +++ b/src/mainboard/emulation/qemu-aarch64/mainboard.c @@ -27,3 +27,5 @@ struct chip_operations mainboard_ops = { .name = "qemu_aarch64", .enable_dev = mainboard_enable, }; + +struct chip_operations mainboard_emulation_qemu_aarch64_ops = { }; |