boards new split VENDOR_MODEL naming convention

This commit is contained in:
Daniel Agar
2018-11-21 23:27:21 -05:00
committed by David Sidrane
parent f692ad04d0
commit abb3817d31
149 changed files with 401 additions and 407 deletions

View File

@@ -3,6 +3,6 @@
# see misc/tools/kconfig-language.txt.
#
if CONFIG_ARCH_BOARD_S2740VC_V1
if CONFIG_ARCH_BOARD_THIEMAR_S2740VC_V1
endif

View File

@@ -567,8 +567,8 @@ CONFIG_RAM_SIZE=16384
#
# Board Selection
#
CONFIG_ARCH_BOARD_S2740VC_V1=y
CONFIG_ARCH_BOARD="thiemars2740vc-v1"
CONFIG_ARCH_BOARD_THIEMAR_S2740VC_V1=y
CONFIG_ARCH_BOARD="thiemar_s2740vc-v1"
#
# Custom Board Configuration

View File

@@ -80,7 +80,7 @@
GPIO_PORTB | GPIO_PIN6 | GPIO_OUTPUT_CLEAR)
#define BOARD_NAME "S2740VC_V1"
#define BOARD_NAME "THIEMAR_S2740VC_V1"
__BEGIN_DECLS