Skip to content

Commit

Permalink
boards: Set support for serial port networking as netif:serial-net
Browse files Browse the repository at this point in the history
As we now have PPP support, use more generic "serial-net" string instead
of "slip" when setting what kind of networking the board supports.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
  • Loading branch information
jukkar committed Jul 29, 2019
1 parent c9515b4 commit 5cf60a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/arm/mps2_an385/mps2_an385.yaml
Expand Up @@ -9,6 +9,6 @@ toolchain:
- xtools
supported:
- counter
- netif:slip
- netif:serial-net
testing:
default: true
2 changes: 1 addition & 1 deletion boards/arm/qemu_cortex_m3/qemu_cortex_m3.yaml
Expand Up @@ -8,7 +8,7 @@ toolchain:
- gnuarmemb
- xtools
supported:
- netif:slip
- netif:serial-net
ram: 64
flash: 256
testing:
Expand Down
2 changes: 1 addition & 1 deletion boards/x86/qemu_x86/qemu_x86.yaml
Expand Up @@ -8,6 +8,6 @@ toolchain:
- xtools
supported:
- pci
- netif:slip
- netif:serial-net
testing:
default: true

0 comments on commit 5cf60a3

Please sign in to comment.