forked from OERV-BSP/u-boot
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
|