Browse Source
Ports the qemu-malta SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
7 changed files with 13 additions and 4 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
# Copyright (c) 2020 Antony Pavlov <antonynpavlov@gmail.com> |
||||
# |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config SOC_QEMU_MALTA |
||||
bool |
||||
|
||||
config SOC |
||||
default "qemu_malta" if SOC_QEMU_MALTA |
@ -0,0 +1,2 @@
@@ -0,0 +1,2 @@
|
||||
socs: |
||||
- name: qemu_malta |
Loading…
Reference in new issue