blob: 0fffa888e7031b3263c6fdc4101c095e9b00cd18 [file] [log] [blame]
Patrice Chotard246771b2017-09-13 18:00:12 +02001if TARGET_STM32H743_EVAL
2
3config SYS_BOARD
Patrice Chotard246771b2017-09-13 18:00:12 +02004 default "stm32h743-eval"
5
6config SYS_VENDOR
Patrice Chotard246771b2017-09-13 18:00:12 +02007 default "st"
8
9config SYS_SOC
Patrice Chotard246771b2017-09-13 18:00:12 +020010 default "stm32h7"
11
12config SYS_CONFIG_NAME
Patrice Chotard246771b2017-09-13 18:00:12 +020013 default "stm32h743-eval"
14
15endif