mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
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>
14 lines
185 B
Text
14 lines
185 B
Text
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
|