[PATCH] configs: phycore-imx8mp: Disable CONFIG_ANDROID_BOOT_IMAGE

CONFIG_ANDROID_BOOT_IMAGE gets enabled implicitly by FASTBOOT, but we don't need that feature.
Signed-off-by: Benjamin Hahn B.Hahn@phytec.de --- configs/phycore-imx8mp_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig index 57e320af6030..280ebc9237ee 100644 --- a/configs/phycore-imx8mp_defconfig +++ b/configs/phycore-imx8mp_defconfig @@ -25,6 +25,7 @@ CONFIG_SPL=y CONFIG_ENV_OFFSET_REDUND=0x3e0000 CONFIG_SPL_IMX_ROMAPI_LOADADDR=0x48000000 CONFIG_SYS_LOAD_ADDR=0x40480000 +# CONFIG_ANDROID_BOOT_IMAGE is not set CONFIG_FIT=y CONFIG_FIT_EXTERNAL_OFFSET=0x3000 CONFIG_SPL_LOAD_FIT=y
--- base-commit: 65fbdab27224ee3943a89496b21862db83c34da2 change-id: 20240703-wip-bhahn-disable_config_android_boot_image-326ea0921a03
Best regards,

Hello, Please do not apply. We will leave this feature enabled for now.
Benjamin On 03.07.24 15:42, Benjamin Hahn wrote:
CONFIG_ANDROID_BOOT_IMAGE gets enabled implicitly by FASTBOOT, but we don't need that feature.
Signed-off-by: Benjamin Hahn B.Hahn@phytec.de
configs/phycore-imx8mp_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig index 57e320af6030..280ebc9237ee 100644 --- a/configs/phycore-imx8mp_defconfig +++ b/configs/phycore-imx8mp_defconfig @@ -25,6 +25,7 @@ CONFIG_SPL=y CONFIG_ENV_OFFSET_REDUND=0x3e0000 CONFIG_SPL_IMX_ROMAPI_LOADADDR=0x48000000 CONFIG_SYS_LOAD_ADDR=0x40480000 +# CONFIG_ANDROID_BOOT_IMAGE is not set CONFIG_FIT=y CONFIG_FIT_EXTERNAL_OFFSET=0x3000 CONFIG_SPL_LOAD_FIT=y
base-commit: 65fbdab27224ee3943a89496b21862db83c34da2 change-id: 20240703-wip-bhahn-disable_config_android_boot_image-326ea0921a03
Best regards,
participants (1)
-
Benjamin Hahn