[U-Boot] [PATCH 1/2] env: ti: Increase boot partition

Sam Protsenko semen.protsenko at linaro.org
Thu Jul 25 13:00:52 UTC 2019


On Tue, Jul 2, 2019 at 8:56 PM Sam Protsenko <semen.protsenko at linaro.org> wrote:
>
> linux-mainline with multi_v7_defconfig + Android configs takes more
> space than regular TI Android kernel. Let's increase boot partition
> twice, so that boot_fit.img (with new zImage in it) can fit into "boot"
> partition.
>
> Signed-off-by: Sam Protsenko <semen.protsenko at linaro.org>
> ---

Already merged as part of: https://patchwork.ozlabs.org/patch/1128012/

>  include/environment/ti/boot.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/environment/ti/boot.h b/include/environment/ti/boot.h
> index 05bdbbc23e..a6b245b1c7 100644
> --- a/include/environment/ti/boot.h
> +++ b/include/environment/ti/boot.h
> @@ -38,7 +38,7 @@
>         "name=uboot-env,start=2432K,size=256K,uuid=${uuid_gpt_reserved};" \
>         "name=misc,size=128K,uuid=${uuid_gpt_misc};" \
>         "name=recovery,size=40M,uuid=${uuid_gpt_recovery};" \
> -       "name=boot,size=10M,uuid=${uuid_gpt_boot};" \
> +       "name=boot,size=20M,uuid=${uuid_gpt_boot};" \
>         "name=system,size=1024M,uuid=${uuid_gpt_system};" \
>         "name=vendor,size=256M,uuid=${uuid_gpt_vendor};" \
>         VBMETA_PART \
> --
> 2.20.1
>


More information about the U-Boot mailing list