To un-block continuing of soc and board porting then move all socs and boards which have not yet been ported to boards_legacy / soc_legacy folders. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
# Copyright (C) 2023, Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_NIOSV_G
|
|
|
|
config BOARD
|
|
default "niosv_g"
|
|
|
|
endif # BOARD_NIOSV_G
|