summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrimoz Fiser <[email protected]>2025-08-28 10:20:07 +0200
committerFabio Estevam <[email protected]>2025-09-05 09:04:20 -0300
commitd271a01dbeba746bb35c4a068afc3ccfc5fc91d5 (patch)
tree8b7982971e96504505674e97c2a3ac6e5a226dc9
parent8c690095b84741717598d6bbc39116c8028adbd9 (diff)
configs: imx93-phycore_defconfig: Disable CONFIG_AHAB_BOOT
By default, lets disable configuration option CONFIG_AHAB_BOOT=y on the phyCORE-i.MX93 based boards. This option is only used in the secureboot context which is not provided by default anyway. Lets remove it from the defconfig to not give false impressions it is supported out of the box for this board. On the other hand, in the context of PHYTEC secureboot, this option is selected by the distro which enables CONFIG_AHAB_BOOT among other secure boot related options and tweaks needed to properly support it. Signed-off-by: Primoz Fiser <[email protected]> Reviewed-by: Martin Schwan <[email protected]>
-rw-r--r--configs/imx93-phycore_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/imx93-phycore_defconfig b/configs/imx93-phycore_defconfig
index af149128ed4..53cd28dfcba 100644
--- a/configs/imx93-phycore_defconfig
+++ b/configs/imx93-phycore_defconfig
@@ -13,7 +13,6 @@ CONFIG_ENV_OFFSET=0x700000
CONFIG_IMX_CONFIG="arch/arm/mach-imx/imx9/imximage.cfg"
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="freescale/imx93-phyboard-segin"
-CONFIG_AHAB_BOOT=y
CONFIG_TARGET_PHYCORE_IMX93=y
CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_SYS_MONITOR_LEN=524288