diff options
| author | Teresa Remmet <[email protected]> | 2023-08-17 10:57:08 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-10-16 11:29:23 +0200 |
| commit | 5445f293c4d49612f4d5220cf3a6841dfb6a7f5d (patch) | |
| tree | d9360baa005d64d7b1f814c4e2cf845240379186 /configs | |
| parent | 44c82e7c90be700719a4b105ec97ff328a40d675 (diff) | |
board: phytec: phycore-imx8mp: Add EEPROM detection initialisation
Add EEPROM detection initialisation for phyCORE-i.MX8MM and
print SoM information during boot when successful.
Signed-off-by: Teresa Remmet <[email protected]>
Reviewed-by: Yannic Moog <[email protected]>
Tested-by: Yannic Moog <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/phycore-imx8mp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig index 32845fd19f2..46efe181c37 100644 --- a/configs/phycore-imx8mp_defconfig +++ b/configs/phycore-imx8mp_defconfig @@ -12,6 +12,7 @@ CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="imx8mp-phyboard-pollux-rdk" CONFIG_SPL_TEXT_BASE=0x920000 CONFIG_TARGET_PHYCORE_IMX8MP=y +CONFIG_PHYTEC_SOM_DETECTION=y CONFIG_SYS_MONITOR_LEN=524288 CONFIG_SPL_MMC=y CONFIG_SPL_SERIAL=y |
