Now the user can select the CPU type for each target. Thus CONFIG_SYS_CPU could be set globally. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
13 lines
132 B
Plaintext
13 lines
132 B
Plaintext
if TARGET_VCT
|
|
|
|
config SYS_BOARD
|
|
default "vct"
|
|
|
|
config SYS_VENDOR
|
|
default "micronas"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "vct"
|
|
|
|
endif
|