[PATCH v3 6/6] rockchip: Use atf as firmware and move u-boot to loadables in FIT

2023-01-21 Thread Jonas Karlman
The FIT generated after the switch to using binman is using different values for firmware and loadables properties compared to the old script. With the old script: firmware = "atf-1"; loadables = "u-boot", "atf-2", ...; After switch to binman: firmware = "u-boot"; loadables = "atf-1", "atf-2"

Re: [PATCH v3 6/6] rockchip: Use atf as firmware and move u-boot to loadables in FIT

2023-01-23 Thread Simon Glass
On Sat, 21 Jan 2023 at 12:02, Jonas Karlman wrote: > > The FIT generated after the switch to using binman is using different > values for firmware and loadables properties compared to the old script. > > With the old script: > firmware = "atf-1"; > loadables = "u-boot", "atf-2", ...; > > After s

Re: [PATCH v3 6/6] rockchip: Use atf as firmware and move u-boot to loadables in FIT

2023-01-26 Thread Simon Glass
On Sat, 21 Jan 2023 at 12:02, Jonas Karlman wrote: > > The FIT generated after the switch to using binman is using different > values for firmware and loadables properties compared to the old script. > > With the old script: > firmware = "atf-1"; > loadables = "u-boot", "atf-2", ...; > > After s