mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-06 15:00:22 +00:00
Add EEPROM detection initialisation for phyCORE-i.MX8MM. Signed-off-by: Yunus Bas <y.bas@phytec.de>
17 lines
278 B
Plaintext
17 lines
278 B
Plaintext
if TARGET_PHYCORE_IMX8MM
|
|
|
|
config SYS_BOARD
|
|
default "phycore_imx8mm"
|
|
|
|
config SYS_VENDOR
|
|
default "phytec"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "phycore_imx8mm"
|
|
|
|
config IMX_CONFIG
|
|
default "board/phytec/phycore_imx8mm/imximage-8mm-sd.cfg"
|
|
|
|
source "board/phytec/common/Kconfig"
|
|
endif
|