29487ef4d5
Enable TI_COMMON_CMD_OPTIONS and remove similar options from the defconfig. Updated with savedefconfig. Signed-off-by: Adam Ford <aford173@gmail.com> Tested-by: Derald D. Woods <woods.technical@gmail.com>
15 lines
185 B
Plaintext
15 lines
185 B
Plaintext
if TARGET_AM3517_EVM
|
|
|
|
config SYS_BOARD
|
|
default "am3517evm"
|
|
|
|
config SYS_VENDOR
|
|
default "logicpd"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "am3517_evm"
|
|
|
|
source "board/ti/common/Kconfig"
|
|
|
|
endif
|