Re: [PATCH 20/20] Convert CONFIG_SYS_BOOTM_LEN to Kconfig

2022-06-26 Thread Soeren Moch
On 26.06.22 00:44, Tom Rini wrote: On Sun, Jun 26, 2022 at 12:01:23AM +0200, Soeren Moch wrote: diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index 892d7c60d283..f0ecfd049d65 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -35,6 +35,7 @@ CONFIG_C

Re: [PATCH 20/20] Convert CONFIG_SYS_BOOTM_LEN to Kconfig

2022-06-25 Thread Tom Rini
On Sun, Jun 26, 2022 at 12:01:23AM +0200, Soeren Moch wrote: > > > > > diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig > > > > index 892d7c60d283..f0ecfd049d65 100644 > > > > --- a/configs/tbs2910_defconfig > > > > +++ b/configs/tbs2910_defconfig > > > > @@ -35,6 +35,7 @@ CONFIG

Re: [PATCH 20/20] Convert CONFIG_SYS_BOOTM_LEN to Kconfig

2022-06-25 Thread Soeren Moch
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index 892d7c60d283..f0ecfd049d65 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -35,6 +35,7 @@ CONFIG_CMD_BOOTZ=y # CONFIG_BOOTM_PLAN9 is not set # CONFIG_BOOTM_RTEMS is not set # CONFIG_BOOTM

Re: [PATCH 20/20] Convert CONFIG_SYS_BOOTM_LEN to Kconfig

2022-06-25 Thread Tom Rini
On Sat, Jun 25, 2022 at 07:59:36PM +0200, Soeren Moch wrote: > Hi Tom, > > On 25.06.22 17:02, Tom Rini wrote: > > This converts the following to Kconfig: > > CONFIG_SYS_BOOTM_LEN > > > > As part of this, rework error handling in boot/bootm.c so that we pass > > the buffer size to handle_decom

Re: [PATCH 20/20] Convert CONFIG_SYS_BOOTM_LEN to Kconfig

2022-06-25 Thread Soeren Moch
Hi Tom, On 25.06.22 17:02, Tom Rini wrote: This converts the following to Kconfig: CONFIG_SYS_BOOTM_LEN As part of this, rework error handling in boot/bootm.c so that we pass the buffer size to handle_decomp_error as CONFIG_SYS_BOOTM_LEN will not be available to host tools but we do know th