mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 05:31:31 +02:00
Add EEPROM detection initialisation for phyCORE-i.MX8MM and print SoM information during boot when successful. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Reviewed-by: Yannic Moog <y.moog@phytec.de> Tested-by: Yannic Moog <y.moog@phytec.de>
17 lines
278 B
Plaintext
17 lines
278 B
Plaintext
if TARGET_PHYCORE_IMX8MP
|
|
|
|
config SYS_BOARD
|
|
default "phycore_imx8mp"
|
|
|
|
config SYS_VENDOR
|
|
default "phytec"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "phycore_imx8mp"
|
|
|
|
config IMX_CONFIG
|
|
default "board/phytec/phycore_imx8mp/imximage-8mp-sd.cfg"
|
|
|
|
source "board/phytec/common/Kconfig"
|
|
endif
|