Re: [PATCH 1/1] avb: honor CONFIG_SYS_64BIT_LBA

2022-07-04 Thread Heinrich Schuchardt
On 7/4/22 20:56, Tom Rini wrote: On Mon, Jul 04, 2022 at 08:37:48PM +0200, Heinrich Schuchardt wrote: On 7/4/22 14:19, Tom Rini wrote: On Sat, Jul 02, 2022 at 03:28:32PM +0200, Heinrich Schuchardt wrote: The size of lbaint_t depends on CONFIG_SYS_64BIT_LBA defined in common.h. common.h s

Re: [PATCH 1/1] avb: honor CONFIG_SYS_64BIT_LBA

2022-07-04 Thread Tom Rini
On Mon, Jul 04, 2022 at 08:37:48PM +0200, Heinrich Schuchardt wrote: > > > On 7/4/22 14:19, Tom Rini wrote: > > On Sat, Jul 02, 2022 at 03:28:32PM +0200, Heinrich Schuchardt wrote: > > > > > The size of lbaint_t depends on CONFIG_SYS_64BIT_LBA defined in common.h. > > > common.h should always be

Re: [PATCH 1/1] avb: honor CONFIG_SYS_64BIT_LBA

2022-07-04 Thread Heinrich Schuchardt
On 7/4/22 14:19, Tom Rini wrote: On Sat, Jul 02, 2022 at 03:28:32PM +0200, Heinrich Schuchardt wrote: The size of lbaint_t depends on CONFIG_SYS_64BIT_LBA defined in common.h. common.h should always be included as first include. Signed-off-by: Heinrich Schuchardt --- common/avb_verify.c

Re: [PATCH 1/1] avb: honor CONFIG_SYS_64BIT_LBA

2022-07-04 Thread Tom Rini
On Sat, Jul 02, 2022 at 03:28:32PM +0200, Heinrich Schuchardt wrote: > The size of lbaint_t depends on CONFIG_SYS_64BIT_LBA defined in common.h. > common.h should always be included as first include. > > Signed-off-by: Heinrich Schuchardt > --- > common/avb_verify.c | 1 + > 1 file changed, 1 i