aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/phytec/phycore_imx8mp/Kconfig
blob: 7a20d6e8fe44479bc864aa350f23b623de758d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if TARGET_PHYCORE_IMX8MP

config SYS_BOARD
	default "phycore_imx8mp"

config SYS_VENDOR
	default "phytec"

config SYS_CONFIG_NAME
	default "phycore_imx8mp"

endif