The current SAM4S define at board level common flags that should be on soc defines. Add common flags at SoC Kconfig defines and drop the correspondent at board defines. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
# Atmel SAM4S Xplained Board configuration
|
|
|
|
# Copyright (c) 2017 Justin Watson
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_SAM4S_XPLAINED
|
|
|
|
config BOARD
|
|
default "sam4s_xplained"
|
|
|
|
endif # BOARD_SAM4S_XPLAINED
|