mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
38ac6a1bb3
All these files are add for support rt-thread art-pi board - add board/st/stm32h750-art-pi, defconfig, header support for u-boot for more information about art-pi, please goto: https://art-pi.gitee.io/website/ Signed-off-by: dillon min <dillon.minfei@gmail.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
19 lines
232 B
Text
19 lines
232 B
Text
if TARGET_STM32H750_ART_PI
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "stm32h750-art-pi"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "st"
|
|
|
|
config SYS_SOC
|
|
string
|
|
default "stm32h7"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "stm32h750-art-pi"
|
|
|
|
endif
|