uboot/u-boot-stm32mp-2020.01/board/phytec/pcl063/Kconfig

26 lines
287 B
Plaintext
Raw Normal View History

2024-01-10 06:52:34 +00:00
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