linuxOS_D21X/source/uboot-2021.10/board/phytec/pcl063/Kconfig
2024-11-29 16:13:46 +08:00

26 lines
287 B
Plaintext

if TARGET_PCL063
config SYS_BOARD
default "pcl063"
config SYS_VENDOR
default "phytec"
config SYS_CONFIG_NAME
default "pcl063"
endif
if TARGET_PCL063_ULL
config SYS_BOARD
default "pcl063"
config SYS_VENDOR
default "phytec"
config SYS_CONFIG_NAME
default "pcl063_ull"
endif