[PATCH v2 2/2] spl: fdt: Record load/entry fit-images entries in 64bit format

2020-10-05 Thread Michal Simek
The commit 9f45aeb93727 ("spl: fit: implement fdt_record_loadable") which introduced fdt_record_loadable() state there spl_fit.c is not 64bit safe. Based on my tests on Xilinx ZynqMP zcu102 platform there shouldn't be a problem to record these addresses in 64bit format. The patch adds support for s

Re: [PATCH v2 2/2] spl: fdt: Record load/entry fit-images entries in 64bit format

2020-10-11 Thread Simon Glass
On Mon, 5 Oct 2020 at 02:53, Michal Simek wrote: > > The commit 9f45aeb93727 ("spl: fit: implement fdt_record_loadable") which > introduced fdt_record_loadable() state there spl_fit.c is not 64bit safe. > Based on my tests on Xilinx ZynqMP zcu102 platform there shouldn't be a > problem to record t