diff mbox series

configs: phycore-imx8mp: Disable CONFIG_ANDROID_BOOT_IMAGE

Message ID 20240703-wip-bhahn-disable_config_android_boot_image-v1-1-d584437da4ff@phytec.de
State Rejected
Delegated to: Fabio Estevam
Headers show
Series configs: phycore-imx8mp: Disable CONFIG_ANDROID_BOOT_IMAGE | expand

Commit Message

Benjamin Hahn July 3, 2024, 1:42 p.m. UTC
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(+)


---
base-commit: 65fbdab27224ee3943a89496b21862db83c34da2
change-id: 20240703-wip-bhahn-disable_config_android_boot_image-326ea0921a03

Best regards,

Comments

Benjamin Hahn July 4, 2024, 7:32 a.m. UTC | #1
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,
diff mbox series

Patch

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